diff options
-rw-r--r-- | Das_Lieben_bringt_grosz_Freud/satz.ly | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Das_Lieben_bringt_grosz_Freud/satz.ly b/Das_Lieben_bringt_grosz_Freud/satz.ly index 9c6e086..a694d74 100644 --- a/Das_Lieben_bringt_grosz_Freud/satz.ly +++ b/Das_Lieben_bringt_grosz_Freud/satz.ly @@ -9,17 +9,17 @@ \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> - 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_1',`\new Lyrics \lyricsto alt { \textI }') + ifdef(`STR_2',`\new Lyrics \lyricsto alt { \textII }') + ifdef(`STR_3', \new Lyrics \lyricsto alt { \textIII }') \new Staff << \new Voice = maenner { \global \clef "bass" \oneVoice \maennerPausen } \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } >> - ifdef(`STR_1',\new Lyrics \lyricsto bass { \bassTextI }) - ifdef(`STR_2',\new Lyrics \lyricsto bass { \bassTextII }) - ifdef(`STR_3',\new Lyrics \lyricsto bass { \bassTextIII }) + ifdef(`STR_1',`\new Lyrics \lyricsto bass { \bassTextI }') + ifdef(`STR_2',`\new Lyrics \lyricsto bass { \bassTextII }') + ifdef(`STR_3',`\new Lyrics \lyricsto bass { \bassTextIII }') >> \layout { indent = #0 |