diff options
author | Erich Eckner <git@eckner.net> | 2020-09-30 09:34:18 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-09-30 09:34:18 +0200 |
commit | 64db517ee0dd1edbcee2443ccb7fc78a47f968b0 (patch) | |
tree | f4436c4987445f016abfa0acb914c7545f016042 | |
parent | d8b569619b5cb16b8741b6944f660c7bcf393475 (diff) | |
download | Musik-64db517ee0dd1edbcee2443ccb7fc78a47f968b0.tar.xz |
Freu_dich_Erd_und_Sternenzelt: Strophen konfigurierbar
-rw-r--r-- | Freu_dich_Erd_und_Sternenzelt/satz.ly | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Freu_dich_Erd_und_Sternenzelt/satz.ly b/Freu_dich_Erd_und_Sternenzelt/satz.ly index fd04e7b..417abc8 100644 --- a/Freu_dich_Erd_und_Sternenzelt/satz.ly +++ b/Freu_dich_Erd_und_Sternenzelt/satz.ly @@ -17,10 +17,10 @@ \new Voice = alt { \global \voiceTwo \altMelodie } >> \context Lyrics = textSopran \lyricsto sopran { \textSopran } - %STR_1% \new Lyrics \lyricsto alt { \textI } - %STR_2% \new Lyrics \lyricsto alt { \textII } - %STR_3% \new Lyrics \lyricsto alt { \textIII } - %STR_4% \new Lyrics \lyricsto alt { \textIV } + ifdef(`STR_1',`\new Lyrics \lyricsto alt { \textI }') + ifdef(`STR_2',`\new Lyrics \lyricsto alt { \textII }') + ifdef(`STR_3',`\new Lyrics \lyricsto alt { \textIII }') + ifdef(`STR_4',`\new Lyrics \lyricsto alt { \textIV }') \new Staff << \new Voice = maenner { \global \clef "bass" \oneVoice \pausen } \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } |