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 /Weil_ich_Jesu_Schaeflein_bin | |
parent | ced59f8b3a570bdd1ee86a69c665e28f6763ec87 (diff) | |
download | Musik-5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de.tar.xz |
Strophen per Makefile konfigurierbar
Diffstat (limited to 'Weil_ich_Jesu_Schaeflein_bin')
-rw-r--r-- | Weil_ich_Jesu_Schaeflein_bin/satz.ly | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Weil_ich_Jesu_Schaeflein_bin/satz.ly b/Weil_ich_Jesu_Schaeflein_bin/satz.ly index 5c697f1..0479f1c 100644 --- a/Weil_ich_Jesu_Schaeflein_bin/satz.ly +++ b/Weil_ich_Jesu_Schaeflein_bin/satz.ly @@ -12,9 +12,9 @@ \new Staff << \new Voice = melodie { \global \oneVoice \melodie } >> - %STR_1% \new Lyrics \lyricsto melodie { \textI } - %STR_2% \new Lyrics \lyricsto melodie { \textII } - %STR_3% \new Lyrics \lyricsto melodie { \textIII } + ifdef(`STR_1',`\new Lyrics \lyricsto melodie { \textI }') + ifdef(`STR_2',`\new Lyrics \lyricsto melodie { \textII }') + ifdef(`STR_3',`\new Lyrics \lyricsto melodie { \textIII }') >> \layout { indent = #0 |