summaryrefslogtreecommitdiff
path: root/Freu_dich_Erd_und_Sternenzelt
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-09-30 09:34:18 +0200
committerErich Eckner <git@eckner.net>2020-09-30 09:34:18 +0200
commit64db517ee0dd1edbcee2443ccb7fc78a47f968b0 (patch)
treef4436c4987445f016abfa0acb914c7545f016042 /Freu_dich_Erd_und_Sternenzelt
parentd8b569619b5cb16b8741b6944f660c7bcf393475 (diff)
downloadMusik-64db517ee0dd1edbcee2443ccb7fc78a47f968b0.tar.xz
Freu_dich_Erd_und_Sternenzelt: Strophen konfigurierbar
Diffstat (limited to 'Freu_dich_Erd_und_Sternenzelt')
-rw-r--r--Freu_dich_Erd_und_Sternenzelt/satz.ly8
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 }