diff options
author | Erich Eckner <git@eckner.net> | 2020-09-10 22:45:57 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-09-10 22:45:57 +0200 |
commit | ce9b869a0dd28f2b9d631b77984c56228cac7ee4 (patch) | |
tree | 43f325f83e0a6a92b1c769dbff0481bf97660f25 /Da_beruehren_sich_Himmel_und_Erde | |
parent | 856875e929e01d5e526a9c13b3be8a7a788b2052 (diff) | |
download | Musik-ce9b869a0dd28f2b9d631b77984c56228cac7ee4.tar.xz |
Da_beruehren_sich_Himmel_und_Erde: Strophen konfigurierbar
Diffstat (limited to 'Da_beruehren_sich_Himmel_und_Erde')
-rw-r--r-- | Da_beruehren_sich_Himmel_und_Erde/Da_beruehren_sich_Himmel_und_Erde.ly | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Da_beruehren_sich_Himmel_und_Erde/Da_beruehren_sich_Himmel_und_Erde.ly b/Da_beruehren_sich_Himmel_und_Erde/Da_beruehren_sich_Himmel_und_Erde.ly index 322a93f..314d711 100644 --- a/Da_beruehren_sich_Himmel_und_Erde/Da_beruehren_sich_Himmel_und_Erde.ly +++ b/Da_beruehren_sich_Himmel_und_Erde/Da_beruehren_sich_Himmel_und_Erde.ly @@ -32,9 +32,9 @@ include(texte.pre) \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> - \new Lyrics \lyricsto alt { \textI } - \new Lyrics \lyricsto alt { \textII } - \new Lyrics \lyricsto alt { \textIII } + ifdef(`STR_1',`\new Lyrics \lyricsto alt { \textI }') + ifdef(`STR_2',`\new Lyrics \lyricsto alt { \textII }') + ifdef(`STR_3',`\new Lyrics \lyricsto alt { \textIII }') \new Staff << \new Voice = maenner { \global \clef "bass" \maennerPausen } \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } |