summaryrefslogtreecommitdiff
path: root/Ein_feste_Burg_ist_unser_Gott/Ein_feste_Burg_ist_unser_Gott.ly
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 /Ein_feste_Burg_ist_unser_Gott/Ein_feste_Burg_ist_unser_Gott.ly
parentced59f8b3a570bdd1ee86a69c665e28f6763ec87 (diff)
downloadMusik-5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de.tar.xz
Strophen per Makefile konfigurierbar
Diffstat (limited to 'Ein_feste_Burg_ist_unser_Gott/Ein_feste_Burg_ist_unser_Gott.ly')
-rw-r--r--Ein_feste_Burg_ist_unser_Gott/Ein_feste_Burg_ist_unser_Gott.ly16
1 files changed, 8 insertions, 8 deletions
diff --git a/Ein_feste_Burg_ist_unser_Gott/Ein_feste_Burg_ist_unser_Gott.ly b/Ein_feste_Burg_ist_unser_Gott/Ein_feste_Burg_ist_unser_Gott.ly
index 0faffac..85af129 100644
--- a/Ein_feste_Burg_ist_unser_Gott/Ein_feste_Burg_ist_unser_Gott.ly
+++ b/Ein_feste_Burg_ist_unser_Gott/Ein_feste_Burg_ist_unser_Gott.ly
@@ -24,14 +24,14 @@ include(texte.pre)
\new ChordNames { \global \germanChords \akkorde }
\new Staff <<
\new Voice = "Melodie" { \global \melodie }
- %STR_1% \new Lyrics \lyricsto "Melodie" { \textI }
- %STR_1% \new Lyrics \lyricsto "Melodie" { \textIb }
- %STR_2% \new Lyrics \lyricsto "Melodie" { \textII }
- %STR_2% \new Lyrics \lyricsto "Melodie" { \textIIb }
- %STR_3% \new Lyrics \lyricsto "Melodie" { \textIII }
- %STR_3% \new Lyrics \lyricsto "Melodie" { \textIIIb }
- %STR_4% \new Lyrics \lyricsto "Melodie" { \textIV }
- %STR_4% \new Lyrics \lyricsto "Melodie" { \textIVb }
+ ifdef(`STR_1',`\new Lyrics \lyricsto "Melodie" { \textI }')
+ ifdef(`STR_1',`\new Lyrics \lyricsto "Melodie" { \textIb }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto "Melodie" { \textII }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto "Melodie" { \textIIb }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto "Melodie" { \textIII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto "Melodie" { \textIIIb }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto "Melodie" { \textIV }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto "Melodie" { \textIVb }')
>>
>>
\layout {