From a7e7c73a42c6be512cab26d431c81b95bb23674e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 5 Feb 2021 20:18:15 +0100 Subject: Nun_lob_mein_Seel_den_Herren/satz.ly: ifdefs ordentlich escapen --- Nun_lob_mein_Seel_den_Herren/satz.ly | 18 +++++++++--------- 1 file 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 -- cgit v1.2.3-54-g00ecf