summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Nun_lob_mein_Seel_den_Herren/satz.ly18
1 files changed, 9 insertions, 9 deletions
diff --git a/Nun_lob_mein_Seel_den_Herren/satz.ly b/Nun_lob_mein_Seel_den_Herren/satz.ly
index 5f1e41b..b2b7e5b 100644
--- a/Nun_lob_mein_Seel_den_Herren/satz.ly
+++ b/Nun_lob_mein_Seel_den_Herren/satz.ly
@@ -11,23 +11,23 @@
\set Score.skipBars = ##t
\new Voice = sopran { \global \sopranMelodie }
>>
- ifdef(`STR_1',\new Lyrics \lyricsto sopran { \sopranTextI })
- ifdef(`STR_4',\new Lyrics \lyricsto sopran { \sopranTextIV })
- ifdef(`STR_5',\new Lyrics \lyricsto sopran { \sopranTextV })
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \sopranTextI }')
+ 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_4',\new Lyrics \lyricsto alt { \altTextIV })
- ifdef(`STR_5',\new Lyrics \lyricsto alt { \altTextV })
+ ifdef(`STR_1',`\new Lyrics \lyricsto alt { \altTextI }')
+ 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_4',\new Lyrics \lyricsto maenner { \maennerTextIV })
- ifdef(`STR_5',\new Lyrics \lyricsto maenner { \maennerTextV })
+ ifdef(`STR_1',`\new Lyrics \lyricsto maenner { \maennerTextI }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto maenner { \maennerTextIV }')
+ ifdef(`STR_5',`\new Lyrics \lyricsto maenner { \maennerTextV }')
>>
\layout {
indent = #0