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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Froehlich_soll_mein_Herze_springen_/satz.ly b/Froehlich_soll_mein_Herze_springen_/satz.ly index 2f1c04f..8b245e7 100644 --- a/Froehlich_soll_mein_Herze_springen_/satz.ly +++ b/Froehlich_soll_mein_Herze_springen_/satz.ly @@ -16,7 +16,7 @@ %STR_6% \new Lyrics = "textErsteVI" {} %STR_7% \new Lyrics = "textErsteVII" {} %STR_9% \new Lyrics = "textErsteIX" {} - %STR_11% \new Lyrics = "textErsteXI" {} + ifdef(`STR_11',`\new Lyrics = "textErsteXI" {}') \new Staff << \new Voice = "zweite" { \global \melodieZweite } >> @@ -30,7 +30,7 @@ %STR_6% \new Lyrics = "textDritteVI" {} %STR_7% \new Lyrics = "textDritteVII" {} %STR_9% \new Lyrics = "textDritteIX" {} - %STR_11% \new Lyrics = "textDritteXI" {} + ifdef(`STR_11',`\new Lyrics = "textDritteXI" {}') %STR_1% \context Lyrics = "textErsteI" \lyricsto "erste" \textI %STR_2% \context Lyrics = "textErsteII" \lyricsto "erste" \textII %STR_3% \context Lyrics = "textErsteIII" \lyricsto "erste" \textIII @@ -38,7 +38,7 @@ %STR_6% \context Lyrics = "textErsteVI" \lyricsto "erste" \textVI %STR_7% \context Lyrics = "textErsteVII" \lyricsto "erste" \textVII %STR_9% \context Lyrics = "textErsteIX" \lyricsto "erste" \textIX - %STR_11% \context Lyrics = "textErsteXI" \lyricsto "erste" \textXI + ifdef(`STR_11',`\context Lyrics = "textErsteXI" \lyricsto "erste" \textXI') %STR_1% \context Lyrics = "textDritteI" \lyricsto "dritte" \textI %STR_2% \context Lyrics = "textDritteII" \lyricsto "dritte" \textII %STR_3% \context Lyrics = "textDritteIII" \lyricsto "dritte" \textIII @@ -46,7 +46,7 @@ %STR_6% \context Lyrics = "textDritteVI" \lyricsto "dritte" \textVI %STR_7% \context Lyrics = "textDritteVII" \lyricsto "dritte" \textVII %STR_9% \context Lyrics = "textDritteIX" \lyricsto "dritte" \textIX - %STR_11% \context Lyrics = "textDritteXI" \lyricsto "dritte" \textXI + ifdef(`STR_11',`\context Lyrics = "textDritteXI" \lyricsto "dritte" \textXI') >> \layout { indent = #0 |