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 /Froehlich_soll_mein_Herze_springen__ | |
parent | ced59f8b3a570bdd1ee86a69c665e28f6763ec87 (diff) | |
download | Musik-5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de.tar.xz |
Strophen per Makefile konfigurierbar
Diffstat (limited to 'Froehlich_soll_mein_Herze_springen__')
-rw-r--r-- | Froehlich_soll_mein_Herze_springen__/satz.ly | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Froehlich_soll_mein_Herze_springen__/satz.ly b/Froehlich_soll_mein_Herze_springen__/satz.ly index 5662038..bb7ac1f 100644 --- a/Froehlich_soll_mein_Herze_springen__/satz.ly +++ b/Froehlich_soll_mein_Herze_springen__/satz.ly @@ -18,7 +18,7 @@ %STR_6% \new Lyrics = "textSechs" {} %STR_7% \new Lyrics = "textSieben" {} %STR_9% \new Lyrics = "textNeun" {} - %STR_11% \new Lyrics = "textElf" {} + ifdef(`STR_11',`\new Lyrics = "textElf" {}') \new Staff = "maenner" << \new Voice = "tenor" { \globalI \clef "bass" \voiceOne \tenorMelodie } \new Voice = "bass" { \globalI \clef "bass" \voiceTwo \bassMelodie } @@ -30,7 +30,7 @@ %STR_6% \context Lyrics = "textSechs" \lyricsto "bass" \textVI %STR_7% \context Lyrics = "textSieben" \lyricsto "bass" \textVII %STR_9% \context Lyrics = "textNeun" \lyricsto "bass" \textIX - %STR_11% \context Lyrics = "textElf" \lyricsto "bass" \textXI + ifdef(`STR_11',`\context Lyrics = "textElf" \lyricsto "bass" \textXI') >> \layout { indent = #0 |