diff options
author | Erich Eckner <git@eckner.net> | 2020-01-29 13:20:43 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-29 13:20:43 +0100 |
commit | 9ed9c2a3a1bc4e7bcdc00f57a8b50ecf7cd1c457 (patch) | |
tree | 5d562181536392c8d0c05ccf377df8e86660020e /Nun_lob_mein_Seel_den_Herren | |
parent | 7d77a7b283cc94b5d619967efdba519646a3191f (diff) | |
download | Musik-9ed9c2a3a1bc4e7bcdc00f57a8b50ecf7cd1c457.tar.xz |
Nun_lob_mein_Seel_den_Herren: korrekte Strophennummern
Diffstat (limited to 'Nun_lob_mein_Seel_den_Herren')
-rw-r--r-- | Nun_lob_mein_Seel_den_Herren/Nun_lob_mein_Seel_den_Herren.ly | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Nun_lob_mein_Seel_den_Herren/Nun_lob_mein_Seel_den_Herren.ly b/Nun_lob_mein_Seel_den_Herren/Nun_lob_mein_Seel_den_Herren.ly index c3d1bcd..eef210c 100644 --- a/Nun_lob_mein_Seel_den_Herren/Nun_lob_mein_Seel_den_Herren.ly +++ b/Nun_lob_mein_Seel_den_Herren/Nun_lob_mein_Seel_den_Herren.ly @@ -28,22 +28,22 @@ include(texte.pre) \new Voice = sopran { \global \sopranMelodie } >> ifdef(`STR_1',\new Lyrics \lyricsto sopran { \sopranTextI }) - ifdef(`STR_2',\new Lyrics \lyricsto sopran { \sopranTextIV }) - ifdef(`STR_3',\new Lyrics \lyricsto sopran { \sopranTextV }) + ifdef(`STR_4',\new Lyrics \lyricsto sopran { \sopranTextIV }) + ifdef(`STR_5',\new Lyrics \lyricsto sopran { \sopranTextV }) \new Staff << \set Score.skipBars = ##t \new Voice = alt { \global \altMelodie } >> ifdef(`STR_1',\new Lyrics \lyricsto alt { \altTextI }) - ifdef(`STR_2',\new Lyrics \lyricsto alt { \altTextIV }) - ifdef(`STR_3',\new Lyrics \lyricsto alt { \altTextV }) + ifdef(`STR_4',\new Lyrics \lyricsto alt { \altTextIV }) + ifdef(`STR_5',\new Lyrics \lyricsto alt { \altTextV }) \new Staff << \new Voice = maenner { \global \clef "bass" \maennerMelodie } \new CueVoice = bass { \global \clef "bass" \bassMelodie } >> ifdef(`STR_1',\new Lyrics \lyricsto maenner { \maennerTextI }) - ifdef(`STR_2',\new Lyrics \lyricsto maenner { \maennerTextIV }) - ifdef(`STR_3',\new Lyrics \lyricsto maenner { \maennerTextV }) + ifdef(`STR_4',\new Lyrics \lyricsto maenner { \maennerTextIV }) + ifdef(`STR_5',\new Lyrics \lyricsto maenner { \maennerTextV }) >> \layout { indent = #0 |