summaryrefslogtreecommitdiff
path: root/Veni_Creator_Spiritus
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-02-14 19:30:59 +0100
committerErich Eckner <git@eckner.net>2023-02-14 19:30:59 +0100
commit5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de (patch)
treeaa9c82369edb1e16c0ce88c387fa056b85ee8e58 /Veni_Creator_Spiritus
parentced59f8b3a570bdd1ee86a69c665e28f6763ec87 (diff)
downloadMusik-5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de.tar.xz
Strophen per Makefile konfigurierbar
Diffstat (limited to 'Veni_Creator_Spiritus')
-rw-r--r--Veni_Creator_Spiritus/Veni_Creator_Spiritus.ly14
1 files changed, 7 insertions, 7 deletions
diff --git a/Veni_Creator_Spiritus/Veni_Creator_Spiritus.ly b/Veni_Creator_Spiritus/Veni_Creator_Spiritus.ly
index f01c457..b24f022 100644
--- a/Veni_Creator_Spiritus/Veni_Creator_Spiritus.ly
+++ b/Veni_Creator_Spiritus/Veni_Creator_Spiritus.ly
@@ -29,13 +29,13 @@ include(texte.pre)
\new Voice = sopran { \voiceOne \global \sopranMelodie }
\new Voice = alt { \voiceTwo \global \altMelodie }
>>
- %STR_1% \new Lyrics \lyricsto alt { \textI }
- %STR_2% \new Lyrics \lyricsto alt { \textII }
- %STR_3% \new Lyrics \lyricsto alt { \textIII }
- %STR_4% \new Lyrics \lyricsto alt { \textIV }
- %STR_5% \new Lyrics \lyricsto alt { \textV }
- %STR_6% \new Lyrics \lyricsto alt { \textVI }
- %STR_7% \new Lyrics \lyricsto alt { \textVII }
+ ifdef(`STR_1',`\new Lyrics \lyricsto alt { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto alt { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto alt { \textIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto alt { \textIV }')
+ ifdef(`STR_5',`\new Lyrics \lyricsto alt { \textV }')
+ ifdef(`STR_6',`\new Lyrics \lyricsto alt { \textVI }')
+ ifdef(`STR_7',`\new Lyrics \lyricsto alt { \textVII }')
\new Staff <<
\new Voice = pMaenner { \clef "bass" \global \pausen }
\new Voice = tenor { \voiceOne \clef "bass" \global \tenorMelodie }