From 5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 14 Feb 2023 19:30:59 +0100 Subject: Strophen per Makefile konfigurierbar --- Lobe_den_Herren_/Lobe_den_Herren_.ly | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Lobe_den_Herren_') diff --git a/Lobe_den_Herren_/Lobe_den_Herren_.ly b/Lobe_den_Herren_/Lobe_den_Herren_.ly index 8a2082d..1d1aef0 100644 --- a/Lobe_den_Herren_/Lobe_den_Herren_.ly +++ b/Lobe_den_Herren_/Lobe_den_Herren_.ly @@ -35,16 +35,16 @@ include(texte.pre) \new Voice = sopran \transpose c transponiert { \global \voiceOne \sopranMelodie } \new Voice = alt \transpose c transponiert { \global \voiceTwo \altMelodie } >> - %STR_1% \new Lyrics \lyricsto alt { \textI } - %STR_1% \new Lyrics \lyricsto alt { \textIb } - %STR_2% \new Lyrics \lyricsto alt { \textII } - %STR_2% \new Lyrics \lyricsto alt { \textIIb } - %STR_3% \new Lyrics \lyricsto alt { \textIII } - %STR_3% \new Lyrics \lyricsto alt { \textIIIb } - %STR_4% \new Lyrics \lyricsto alt { \textIV } - %STR_4% \new Lyrics \lyricsto alt { \textIVb } - %STR_5% \new Lyrics \lyricsto alt { \textV } - %STR_5% \new Lyrics \lyricsto alt { \textVb } + ifdef(`STR_1',`\new Lyrics \lyricsto alt { \textI }') + ifdef(`STR_1',`\new Lyrics \lyricsto alt { \textIb }') + ifdef(`STR_2',`\new Lyrics \lyricsto alt { \textII }') + ifdef(`STR_2',`\new Lyrics \lyricsto alt { \textIIb }') + ifdef(`STR_3',`\new Lyrics \lyricsto alt { \textIII }') + ifdef(`STR_3',`\new Lyrics \lyricsto alt { \textIIIb }') + ifdef(`STR_4',`\new Lyrics \lyricsto alt { \textIV }') + ifdef(`STR_4',`\new Lyrics \lyricsto alt { \textIVb }') + ifdef(`STR_5',`\new Lyrics \lyricsto alt { \textV }') + ifdef(`STR_5',`\new Lyrics \lyricsto alt { \textVb }') \new Staff << \clef "bass" \new Voice = tenor \transpose c transponiert { \global \voiceOne \tenorMelodie } -- cgit v1.2.3-70-g09d2