diff options
Diffstat (limited to 'Du_bist_o_Gott_der_Herr_der_Zeit')
-rw-r--r-- | Du_bist_o_Gott_der_Herr_der_Zeit/Du_bist_o_Gott_der_Herr_der_Zeit.ly | 60 | ||||
-rw-r--r-- | Du_bist_o_Gott_der_Herr_der_Zeit/Makefile | 23 | ||||
-rw-r--r-- | Du_bist_o_Gott_der_Herr_der_Zeit/stimmen.ly | 107 | ||||
-rw-r--r-- | Du_bist_o_Gott_der_Herr_der_Zeit/texte.ly | 31 |
4 files changed, 221 insertions, 0 deletions
diff --git a/Du_bist_o_Gott_der_Herr_der_Zeit/Du_bist_o_Gott_der_Herr_der_Zeit.ly b/Du_bist_o_Gott_der_Herr_der_Zeit/Du_bist_o_Gott_der_Herr_der_Zeit.ly new file mode 100644 index 0000000..95daa16 --- /dev/null +++ b/Du_bist_o_Gott_der_Herr_der_Zeit/Du_bist_o_Gott_der_Herr_der_Zeit.ly @@ -0,0 +1,60 @@ +\version "2.19.80" + +\include "deutsch.ly" +#(ly:set-option 'relative-includes #t) +\include "stimmen.ly" +\include "texte.ly" +#(ly:set-option 'relative-includes #f) + +%spezifisch% + +\pointAndClickOff + +\header { + tagline = "" +} +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\score { + \header { + title = "Du bist, o Gott, der Herr der Zeit" + poet = "Text: Johann Samuel Diterich, 1765" + composer = "Melodie: J.A. Peter Schulz (1747-1800)" + arranger = "Satz: Rudolf Palme (1834-1909)" + tagline = "" + } + + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = frauen { \global \oneVoice \pausenFrauen } + \new Voice = sopran { \global \voiceOne \melodieSopran } + \new Voice = alt { \global \voiceTwo \melodieAlt } + >> + \new Lyrics = textI { } + \new Lyrics = textII { } + \new Lyrics = textIII { } + \new Staff << + \clef "bass" + \new Voice = maenner { \global \oneVoice \pausenMaenner } + \new Voice = tenor { \global \voiceOne \melodieTenor } + \new Voice = bass { \global \voiceTwo \melodieBass } + >> + + \context Lyrics = textI \lyricsto sopran { \textI } + \context Lyrics = textII \lyricsto sopran { \textII } + \context Lyrics = textIII \lyricsto sopran { \textIII } + >> + \layout { + indent = #0 + \context { + \Staff + \RemoveEmptyStaves + \override VerticalAxisGroup #'remove-first = ##t + } + } +} + diff --git a/Du_bist_o_Gott_der_Herr_der_Zeit/Makefile b/Du_bist_o_Gott_der_Herr_der_Zeit/Makefile new file mode 100644 index 0000000..ef6dedf --- /dev/null +++ b/Du_bist_o_Gott_der_Herr_der_Zeit/Makefile @@ -0,0 +1,23 @@ +CURDOC=$(shell basename "$(CURDIR)") + +ifeq ($(FUER),ewe) + SPEZIFISCH=\#(set! paper-alist (cons '(\"kindle\" . (cons (* 210 mm) (* 130 mm))) paper-alist))\n\#(set-default-paper-size \"kindle\") +else + SPEZIFISCH= + # \#(set-global-staff-size 14) +endif + +all: $(CURDOC).pdf + +clean: + rm -f *.pre + +Clean: clean + rm -f *.pdf *.midi + +%.pre: %.ly + sed "s@%spezifisch%@$(SPEZIFISCH)@" "$<" > "$@" + +%.pdf: %.pre *.ly + lilypond $< + diff --git a/Du_bist_o_Gott_der_Herr_der_Zeit/stimmen.ly b/Du_bist_o_Gott_der_Herr_der_Zeit/stimmen.ly new file mode 100644 index 0000000..9ae7252 --- /dev/null +++ b/Du_bist_o_Gott_der_Herr_der_Zeit/stimmen.ly @@ -0,0 +1,107 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.18" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 8 + } + +% Die Stimmen + + pausenFrauen = { + s8 | + s1*3 | + s2. r8 s | + s1*3 | + s2. r8 s | + s1 | + s2. r8 s | + s1*3 | + s2. r8 \bar "|." + } + + pausenMaenner = { + s8 | + s1*3 | + s2. r8 s | + s1*3 | + s2. r8 s | + s1*5 | + s2. r8 \bar "|." + } + + melodieSopran = \relative c'' { + c8^\f | + c4. c8 c4. b8 | + a4 g f4. f8 | + d'4^\< c f4.^\! e16[ d] | + c4(^\> b) a^\! s8 c | + c4. c8 c4. b8 | + a4 g f r8 f' | + f[^\> h,]^\! h[ c] g(^\< f'4)\! e8 | + d2^\> c4^\! s8 c^\mf | + c4.^\< a8 d4.^\! c8^\> | + b4 a b^\! s8 b | + b[ a] g[ f] e[ f] g[ a] | + b[ c16 d] c8[ b] a4 r8 f'^\f | + f[ a,] a4 g8[ d'] c[ b] | + a4(^\> g) f^\fermata^\! s8 \bar "|." + } + + melodieAlt = \relative f' { + f8 | + f4. e8 f4 g | + f e f es | + d e f g | + e2 f4 s8 f | + f4. e8 f4 g | + f e f f_\< | + f e g_\! g | + g4.( f8) e4 s8 e | + fis4. fis8 g4 g | + g fis g s8 g | + g[ f] e[ d] c[ d] e[ f] | + f4 g f f_\f | + f f f f | + f( e) f s8 \bar "|." + } + + melodieTenor = \relative a { + a8 | + a4. b8 c4 d | + c b a a | + b c c d | + g,( c) c s8 a | + a4. b8 c4 d | + c b a a | + h8[ d] c4 d c | + c( h) c s8 c | + a4 d d es | + d d d g, | + e8[ f] g[ a] b4 b8[ a] | + g4 g8[ c] c4 c | + d d d d | + c( b) <a f> s8 \bar "|." + } + + melodieBass = \relative f { + f8_\f | + f4. g8 a4 b | + c c, d c | + b_\< b a_\! b | + c2_\> f4_\! s8 f | + f4. g8 a4 b | + c c, d d_\< | + g a h_\! c | + g2_\> c,4_\! s8 c_\mf | + d4._\< c8 b4_\! c_\> | + d d g,_\! g | + c c c c | + c e f a_\f | + d, c b g | + c2_\> f,4_\!_\fermata s8 \bar "|." + } diff --git a/Du_bist_o_Gott_der_Herr_der_Zeit/texte.ly b/Du_bist_o_Gott_der_Herr_der_Zeit/texte.ly new file mode 100644 index 0000000..4a4d81c --- /dev/null +++ b/Du_bist_o_Gott_der_Herr_der_Zeit/texte.ly @@ -0,0 +1,31 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Du bist, o Gott, der Herr der Zeit und Herr der E -- wig -- kei -- ten; + deum will ich jetzt mit Freu -- dig -- keit dein ho -- hes Lob ver -- brei -- ten! + Ein Jahr ist a -- ber -- mals da -- hin! + Dir dank ichs, Gott, dass ich noch bin, + des Le -- bens mich er -- freu -- e! + } + + textII = \lyricmode { + \set stanza = "2." + Du hast auch im ver -- floss -- nen Jahr mich vä -- ter -- lich ge -- lei -- tet, + und wenn mein Herz voll Sor -- gen war, mir Hilf und Trost be -- rei -- tet. + Von gan -- zer See -- le preis ich dich, und ü -- ber -- geb aufs neu -- e mich, + Gott, dei -- ner wei -- sen Füh -- run. + } + + textIII = \lyricmode { + \set stanza = "3." + Gib mir von neu -- em Lust und Kraft, vor dir ge -- recht zu wan -- deln; + und hilf mir stets ge -- wis -- sen -- haft nach dei -- nem Wil -- len han -- deln. + Auf Er -- den ist mein Prü -- fungs -- stand; im Him -- mel ist mein Va -- ter -- land; + da -- hin lass, Herr, mich trach -- ten. + } + |