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 /O_komm_du_Geist_der_Wahrheit | |
parent | ced59f8b3a570bdd1ee86a69c665e28f6763ec87 (diff) | |
download | Musik-5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de.tar.xz |
Strophen per Makefile konfigurierbar
Diffstat (limited to 'O_komm_du_Geist_der_Wahrheit')
-rw-r--r-- | O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly b/O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly index 9b9fc9d..c6ab90d 100644 --- a/O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly +++ b/O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly @@ -21,20 +21,20 @@ include(texte.pre) \new ChoirStaff << \new Staff << \new Voice = "sopran" { \global \melodie } - %STR_1% \new Lyrics \lyricsto "sopran" \textIa - %STR_1% \new Lyrics \lyricsto "sopran" \textIb - %STR_2% \new Lyrics \lyricsto "sopran" \textIIa - %STR_2% \new Lyrics \lyricsto "sopran" \textIIb - %STR_3% \new Lyrics \lyricsto "sopran" \textIIIa - %STR_3% \new Lyrics \lyricsto "sopran" \textIIIb - %STR_4% \new Lyrics \lyricsto "sopran" \textIVa - %STR_4% \new Lyrics \lyricsto "sopran" \textIVb - %STR_5% \new Lyrics \lyricsto "sopran" \textVa - %STR_5% \new Lyrics \lyricsto "sopran" \textVb - %STR_6% \new Lyrics \lyricsto "sopran" \textVIa - %STR_6% \new Lyrics \lyricsto "sopran" \textVIb - %STR_7% \new Lyrics \lyricsto "sopran" \textVIIa - %STR_7% \new Lyrics \lyricsto "sopran" \textVIIb + ifdef(`STR_1',`\new Lyrics \lyricsto "sopran" \textIa') + ifdef(`STR_1',`\new Lyrics \lyricsto "sopran" \textIb') + ifdef(`STR_2',`\new Lyrics \lyricsto "sopran" \textIIa') + ifdef(`STR_2',`\new Lyrics \lyricsto "sopran" \textIIb') + ifdef(`STR_3',`\new Lyrics \lyricsto "sopran" \textIIIa') + ifdef(`STR_3',`\new Lyrics \lyricsto "sopran" \textIIIb') + ifdef(`STR_4',`\new Lyrics \lyricsto "sopran" \textIVa') + ifdef(`STR_4',`\new Lyrics \lyricsto "sopran" \textIVb') + ifdef(`STR_5',`\new Lyrics \lyricsto "sopran" \textVa') + ifdef(`STR_5',`\new Lyrics \lyricsto "sopran" \textVb') + ifdef(`STR_6',`\new Lyrics \lyricsto "sopran" \textVIa') + ifdef(`STR_6',`\new Lyrics \lyricsto "sopran" \textVIb') + ifdef(`STR_7',`\new Lyrics \lyricsto "sopran" \textVIIa') + ifdef(`STR_7',`\new Lyrics \lyricsto "sopran" \textVIIb') >> >> \layout { |