diff options
author | Erich Eckner <git@eckner.net> | 2017-06-15 10:10:44 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-06-15 10:10:44 +0200 |
commit | 7f96ff26086f07d9e5723f5ba90f7c436c838111 (patch) | |
tree | 6b599374a4741fd72f151b2ffcf71b38c10221b8 /Die_beste_Zeit_im_Jahr_ist_mein | |
parent | 29ead79f180bf35b9141d7d0994eef177f9d0b5d (diff) | |
download | Musik-7f96ff26086f07d9e5723f5ba90f7c436c838111.tar.xz |
Die_beste_Zeit_im_Jahr_ist_mein: 4. Strophe neu
Diffstat (limited to 'Die_beste_Zeit_im_Jahr_ist_mein')
-rw-r--r-- | Die_beste_Zeit_im_Jahr_ist_mein/Die_beste_Zeit_im_Jahr_ist_mein.ly | 4 | ||||
-rw-r--r-- | Die_beste_Zeit_im_Jahr_ist_mein/texte.ly | 14 |
2 files changed, 18 insertions, 0 deletions
diff --git a/Die_beste_Zeit_im_Jahr_ist_mein/Die_beste_Zeit_im_Jahr_ist_mein.ly b/Die_beste_Zeit_im_Jahr_ist_mein/Die_beste_Zeit_im_Jahr_ist_mein.ly index 90f74da..271b8da 100644 --- a/Die_beste_Zeit_im_Jahr_ist_mein/Die_beste_Zeit_im_Jahr_ist_mein.ly +++ b/Die_beste_Zeit_im_Jahr_ist_mein/Die_beste_Zeit_im_Jahr_ist_mein.ly @@ -34,6 +34,7 @@ \new Lyrics = textI { } \new Lyrics = textII { } \new Lyrics = textIII { } + \new Lyrics = textIV { } \new Staff << \new Voice = tenor { \global \clef "bass" \voiceOne \melodieTenor } \new Voice = bass { \global \clef "bass" \voiceTwo \melodieBass } @@ -41,14 +42,17 @@ \new Lyrics = textBassI { } \new Lyrics = textBassII { } \new Lyrics = textBassIII { } + \new Lyrics = textBassIV { } \context Lyrics = textSopran \lyricsto sopran { \textSopran } \context Lyrics = textI \lyricsto tenor { \textI } \context Lyrics = textII \lyricsto tenor { \textII } \context Lyrics = textIII \lyricsto tenor { \textIII } + \context Lyrics = textIV \lyricsto tenor { \textIV } \context Lyrics = textBassI \lyricsto bass { \textBassI } \context Lyrics = textBassII \lyricsto bass { \textBassII } \context Lyrics = textBassIII \lyricsto bass { \textBassIII } + \context Lyrics = textBassIV \lyricsto bass { \textBassIV } >> \layout { indent = #0 diff --git a/Die_beste_Zeit_im_Jahr_ist_mein/texte.ly b/Die_beste_Zeit_im_Jahr_ist_mein/texte.ly index 55e45be..ac65650 100644 --- a/Die_beste_Zeit_im_Jahr_ist_mein/texte.ly +++ b/Die_beste_Zeit_im_Jahr_ist_mein/texte.ly @@ -30,6 +30,15 @@ der Mu -- si -- ka ein Mei -- ste -- rin. __ } + textIV = \lyricmode { + \set stanza = "4." + Dem singt und springt sie Tag und Nacht, + seins Lo -- bes sie nicht mü -- de macht; + den ehrt und lobt auch mein Ge -- sang + und sagt ihm ei -- nen ew -- gen Dank, __ + und sagt ihm ei -- nen ew -- gen Dank. __ + } + textBassI = \lyricmode { \repeat unfold 16 { \skip 1 } Him -- mel @@ -45,3 +54,8 @@ zu __ } + textBassIV = \lyricmode { + \repeat unfold 16 { \skip 1 } + den __ + } + |