summaryrefslogtreecommitdiff
path: root/Von_guten_Maechten
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 /Von_guten_Maechten
parentced59f8b3a570bdd1ee86a69c665e28f6763ec87 (diff)
downloadMusik-5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de.tar.xz
Strophen per Makefile konfigurierbar
Diffstat (limited to 'Von_guten_Maechten')
-rw-r--r--Von_guten_Maechten/satz.ly6
1 files changed, 3 insertions, 3 deletions
diff --git a/Von_guten_Maechten/satz.ly b/Von_guten_Maechten/satz.ly
index 1e21797..07602db 100644
--- a/Von_guten_Maechten/satz.ly
+++ b/Von_guten_Maechten/satz.ly
@@ -12,9 +12,9 @@
\new Voice = sopran { \global \voiceOne \sopranMelodie }
\new Voice = alt { \global \voiceTwo \altMelodie }
>>
- %STR_1% \new Lyrics \lyricsto sopran { \textI }
- %STR_2% \new Lyrics \lyricsto sopran { \textII }
- %STR_3% \new Lyrics \lyricsto sopran { \textIII }
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }')
\new Staff <<
\new Voice = maenner { \clef "bass" \global \oneVoice \pausen }
\new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie }