summaryrefslogtreecommitdiff
path: root/Komm_zu_uns_in_deinem_Wort/satz.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Komm_zu_uns_in_deinem_Wort/satz.ly')
-rw-r--r--Komm_zu_uns_in_deinem_Wort/satz.ly8
1 files changed, 4 insertions, 4 deletions
diff --git a/Komm_zu_uns_in_deinem_Wort/satz.ly b/Komm_zu_uns_in_deinem_Wort/satz.ly
index 6bf7907..a6fdd9f 100644
--- a/Komm_zu_uns_in_deinem_Wort/satz.ly
+++ b/Komm_zu_uns_in_deinem_Wort/satz.ly
@@ -11,10 +11,10 @@
\new Voice = sopran { \global \voiceOne << \sopranMelodie \artikulation >> }
\new Voice = alt { \global \voiceTwo \altMelodie }
>>
- %STR_1% \new Lyrics \lyricsto sopran { \textI }
- %STR_2% \new Lyrics \lyricsto sopran { \textII }
- %STR_3% \new Lyrics \lyricsto sopran { \textIII }
- %STR_4% \new Lyrics \lyricsto sopran { \textIV }
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \textIV }')
\new Staff <<
\new Voice = maenner { \global \clef "bass" \oneVoice \pausen }
\new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }