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 /Komm_Gott_Schoepfer_Heiliger_Geist | |
parent | ced59f8b3a570bdd1ee86a69c665e28f6763ec87 (diff) | |
download | Musik-5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de.tar.xz |
Strophen per Makefile konfigurierbar
Diffstat (limited to 'Komm_Gott_Schoepfer_Heiliger_Geist')
-rw-r--r-- | Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly b/Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly index 7c6fd18..95896eb 100644 --- a/Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly +++ b/Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly @@ -21,13 +21,13 @@ include(texte.pre) \new ChoirStaff << \new Staff << \new Voice = "sopran" { \global \melodie } - %STR_1% \new Lyrics \lyricsto "sopran" \textI - %STR_2% \new Lyrics \lyricsto "sopran" \textII - %STR_3% \new Lyrics \lyricsto "sopran" \textIII - %STR_4% \new Lyrics \lyricsto "sopran" \textIV - %STR_5% \new Lyrics \lyricsto "sopran" \textV - %STR_6% \new Lyrics \lyricsto "sopran" \textVI - %STR_7% \new Lyrics \lyricsto "sopran" \textVII + ifdef(`STR_1',`\new Lyrics \lyricsto "sopran" \textI') + ifdef(`STR_2',`\new Lyrics \lyricsto "sopran" \textII') + ifdef(`STR_3',`\new Lyrics \lyricsto "sopran" \textIII') + ifdef(`STR_4',`\new Lyrics \lyricsto "sopran" \textIV') + ifdef(`STR_5',`\new Lyrics \lyricsto "sopran" \textV') + ifdef(`STR_6',`\new Lyrics \lyricsto "sopran" \textVI') + ifdef(`STR_7',`\new Lyrics \lyricsto "sopran" \textVII') >> >> \layout { |