diff options
author | Erich Eckner <git@eckner.net> | 2023-02-14 19:30:59 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-02-14 19:30:59 +0100 |
commit | 5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de (patch) | |
tree | aa9c82369edb1e16c0ce88c387fa056b85ee8e58 /Lobe_den_Herren_ | |
parent | ced59f8b3a570bdd1ee86a69c665e28f6763ec87 (diff) | |
download | Musik-5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de.tar.xz |
Strophen per Makefile konfigurierbar
Diffstat (limited to 'Lobe_den_Herren_')
-rw-r--r-- | Lobe_den_Herren_/Lobe_den_Herren_.ly | 20 |
1 files changed, 10 insertions, 10 deletions
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 } |