summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-02-14 19:34:12 +0100
committerErich Eckner <git@eckner.net>2023-02-14 19:34:12 +0100
commit1397023740f50d858eba0911bb66f0cc8cb6ff32 (patch)
tree2f297ec2a660236ad8f65c6a3462e05909975be1
parent5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de (diff)
downloadMusik-1397023740f50d858eba0911bb66f0cc8cb6ff32.tar.xz
Strophen per Makefile konfigurierbar
-rw-r--r--Froehlich_soll_mein_Herze_springen_/satz.ly56
-rw-r--r--Froehlich_soll_mein_Herze_springen__/satz.ly28
-rw-r--r--Ist_Gott_fuer_mich_so_trete/Ist_Gott_fuer_mich_so_trete.ly36
3 files changed, 60 insertions, 60 deletions
diff --git a/Froehlich_soll_mein_Herze_springen_/satz.ly b/Froehlich_soll_mein_Herze_springen_/satz.ly
index 8b245e7..da4a989 100644
--- a/Froehlich_soll_mein_Herze_springen_/satz.ly
+++ b/Froehlich_soll_mein_Herze_springen_/satz.ly
@@ -9,13 +9,13 @@
\new Staff <<
\new Voice = "erste" { \global \melodieErste }
>>
- %STR_1% \new Lyrics = "textErsteI" {}
- %STR_2% \new Lyrics = "textErsteII" {}
- %STR_3% \new Lyrics = "textErsteIII" {}
- %STR_5% \new Lyrics = "textErsteV" {}
- %STR_6% \new Lyrics = "textErsteVI" {}
- %STR_7% \new Lyrics = "textErsteVII" {}
- %STR_9% \new Lyrics = "textErsteIX" {}
+ ifdef(`STR_1',`\new Lyrics = "textErsteI" {}')
+ ifdef(`STR_2',`\new Lyrics = "textErsteII" {}')
+ ifdef(`STR_3',`\new Lyrics = "textErsteIII" {}')
+ ifdef(`STR_5',`\new Lyrics = "textErsteV" {}')
+ ifdef(`STR_6',`\new Lyrics = "textErsteVI" {}')
+ ifdef(`STR_7',`\new Lyrics = "textErsteVII" {}')
+ ifdef(`STR_9',`\new Lyrics = "textErsteIX" {}')
ifdef(`STR_11',`\new Lyrics = "textErsteXI" {}')
\new Staff <<
\new Voice = "zweite" { \global \melodieZweite }
@@ -23,29 +23,29 @@
\new Staff <<
\new Voice = "dritte" { \global \melodieDritte }
>>
- %STR_1% \new Lyrics = "textDritteI" {}
- %STR_2% \new Lyrics = "textDritteII" {}
- %STR_3% \new Lyrics = "textDritteIII" {}
- %STR_5% \new Lyrics = "textDritteV" {}
- %STR_6% \new Lyrics = "textDritteVI" {}
- %STR_7% \new Lyrics = "textDritteVII" {}
- %STR_9% \new Lyrics = "textDritteIX" {}
+ ifdef(`STR_1',`\new Lyrics = "textDritteI" {}')
+ ifdef(`STR_2',`\new Lyrics = "textDritteII" {}')
+ ifdef(`STR_3',`\new Lyrics = "textDritteIII" {}')
+ ifdef(`STR_5',`\new Lyrics = "textDritteV" {}')
+ ifdef(`STR_6',`\new Lyrics = "textDritteVI" {}')
+ ifdef(`STR_7',`\new Lyrics = "textDritteVII" {}')
+ ifdef(`STR_9',`\new Lyrics = "textDritteIX" {}')
ifdef(`STR_11',`\new Lyrics = "textDritteXI" {}')
- %STR_1% \context Lyrics = "textErsteI" \lyricsto "erste" \textI
- %STR_2% \context Lyrics = "textErsteII" \lyricsto "erste" \textII
- %STR_3% \context Lyrics = "textErsteIII" \lyricsto "erste" \textIII
- %STR_5% \context Lyrics = "textErsteV" \lyricsto "erste" \textV
- %STR_6% \context Lyrics = "textErsteVI" \lyricsto "erste" \textVI
- %STR_7% \context Lyrics = "textErsteVII" \lyricsto "erste" \textVII
- %STR_9% \context Lyrics = "textErsteIX" \lyricsto "erste" \textIX
+ ifdef(`STR_1',`\context Lyrics = "textErsteI" \lyricsto "erste" \textI')
+ ifdef(`STR_2',`\context Lyrics = "textErsteII" \lyricsto "erste" \textII')
+ ifdef(`STR_3',`\context Lyrics = "textErsteIII" \lyricsto "erste" \textIII')
+ ifdef(`STR_5',`\context Lyrics = "textErsteV" \lyricsto "erste" \textV')
+ ifdef(`STR_6',`\context Lyrics = "textErsteVI" \lyricsto "erste" \textVI')
+ ifdef(`STR_7',`\context Lyrics = "textErsteVII" \lyricsto "erste" \textVII')
+ ifdef(`STR_9',`\context Lyrics = "textErsteIX" \lyricsto "erste" \textIX')
ifdef(`STR_11',`\context Lyrics = "textErsteXI" \lyricsto "erste" \textXI')
- %STR_1% \context Lyrics = "textDritteI" \lyricsto "dritte" \textI
- %STR_2% \context Lyrics = "textDritteII" \lyricsto "dritte" \textII
- %STR_3% \context Lyrics = "textDritteIII" \lyricsto "dritte" \textIII
- %STR_5% \context Lyrics = "textDritteV" \lyricsto "dritte" \textV
- %STR_6% \context Lyrics = "textDritteVI" \lyricsto "dritte" \textVI
- %STR_7% \context Lyrics = "textDritteVII" \lyricsto "dritte" \textVII
- %STR_9% \context Lyrics = "textDritteIX" \lyricsto "dritte" \textIX
+ ifdef(`STR_1',`\context Lyrics = "textDritteI" \lyricsto "dritte" \textI')
+ ifdef(`STR_2',`\context Lyrics = "textDritteII" \lyricsto "dritte" \textII')
+ ifdef(`STR_3',`\context Lyrics = "textDritteIII" \lyricsto "dritte" \textIII')
+ ifdef(`STR_5',`\context Lyrics = "textDritteV" \lyricsto "dritte" \textV')
+ ifdef(`STR_6',`\context Lyrics = "textDritteVI" \lyricsto "dritte" \textVI')
+ ifdef(`STR_7',`\context Lyrics = "textDritteVII" \lyricsto "dritte" \textVII')
+ ifdef(`STR_9',`\context Lyrics = "textDritteIX" \lyricsto "dritte" \textIX')
ifdef(`STR_11',`\context Lyrics = "textDritteXI" \lyricsto "dritte" \textXI')
>>
\layout {
diff --git a/Froehlich_soll_mein_Herze_springen__/satz.ly b/Froehlich_soll_mein_Herze_springen__/satz.ly
index bb7ac1f..2241b8c 100644
--- a/Froehlich_soll_mein_Herze_springen__/satz.ly
+++ b/Froehlich_soll_mein_Herze_springen__/satz.ly
@@ -11,25 +11,25 @@
\new Voice = "sopran" { \globalI \voiceOne \sopranMelodie }
\new Voice = "alt" { \globalI \voiceTwo \altMelodie }
>>
- %STR_1% \new Lyrics = "textEins" {}
- %STR_2% \new Lyrics = "textZwei" {}
- %STR_3% \new Lyrics = "textDrei" {}
- %STR_5% \new Lyrics = "textFuenf" {}
- %STR_6% \new Lyrics = "textSechs" {}
- %STR_7% \new Lyrics = "textSieben" {}
- %STR_9% \new Lyrics = "textNeun" {}
+ ifdef(`STR_1',`\new Lyrics = "textEins" {}')
+ ifdef(`STR_2',`\new Lyrics = "textZwei" {}')
+ ifdef(`STR_3',`\new Lyrics = "textDrei" {}')
+ ifdef(`STR_5',`\new Lyrics = "textFuenf" {}')
+ ifdef(`STR_6',`\new Lyrics = "textSechs" {}')
+ ifdef(`STR_7',`\new Lyrics = "textSieben" {}')
+ ifdef(`STR_9',`\new Lyrics = "textNeun" {}')
ifdef(`STR_11',`\new Lyrics = "textElf" {}')
\new Staff = "maenner" <<
\new Voice = "tenor" { \globalI \clef "bass" \voiceOne \tenorMelodie }
\new Voice = "bass" { \globalI \clef "bass" \voiceTwo \bassMelodie }
>>
- %STR_1% \context Lyrics = "textEins" \lyricsto "bass" \textI
- %STR_2% \context Lyrics = "textZwei" \lyricsto "bass" \textII
- %STR_3% \context Lyrics = "textDrei" \lyricsto "bass" \textIII
- %STR_5% \context Lyrics = "textFuenf" \lyricsto "bass" \textV
- %STR_6% \context Lyrics = "textSechs" \lyricsto "bass" \textVI
- %STR_7% \context Lyrics = "textSieben" \lyricsto "bass" \textVII
- %STR_9% \context Lyrics = "textNeun" \lyricsto "bass" \textIX
+ ifdef(`STR_1',`\context Lyrics = "textEins" \lyricsto "bass" \textI')
+ ifdef(`STR_2',`\context Lyrics = "textZwei" \lyricsto "bass" \textII')
+ ifdef(`STR_3',`\context Lyrics = "textDrei" \lyricsto "bass" \textIII')
+ ifdef(`STR_5',`\context Lyrics = "textFuenf" \lyricsto "bass" \textV')
+ ifdef(`STR_6',`\context Lyrics = "textSechs" \lyricsto "bass" \textVI')
+ ifdef(`STR_7',`\context Lyrics = "textSieben" \lyricsto "bass" \textVII')
+ ifdef(`STR_9',`\context Lyrics = "textNeun" \lyricsto "bass" \textIX')
ifdef(`STR_11',`\context Lyrics = "textElf" \lyricsto "bass" \textXI')
>>
\layout {
diff --git a/Ist_Gott_fuer_mich_so_trete/Ist_Gott_fuer_mich_so_trete.ly b/Ist_Gott_fuer_mich_so_trete/Ist_Gott_fuer_mich_so_trete.ly
index b256e83..63aa3e9 100644
--- a/Ist_Gott_fuer_mich_so_trete/Ist_Gott_fuer_mich_so_trete.ly
+++ b/Ist_Gott_fuer_mich_so_trete/Ist_Gott_fuer_mich_so_trete.ly
@@ -22,24 +22,24 @@ include(texte.pre)
}
\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 }
- %STR_5% \new Lyrics \lyricsto "Melodie" { \textV }
- %STR_5% \new Lyrics \lyricsto "Melodie" { \textVb }
- %STR_6% \new Lyrics \lyricsto "Melodie" { \textVI }
- %STR_6% \new Lyrics \lyricsto "Melodie" { \textVIb }
- %STR_7% \new Lyrics \lyricsto "Melodie" { \textVII }
- %STR_7% \new Lyrics \lyricsto "Melodie" { \textVIIb }
- %STR_8% \new Lyrics \lyricsto "Melodie" { \textVIII }
- %STR_8% \new Lyrics \lyricsto "Melodie" { \textVIIIb }
- %STR_9% \new Lyrics \lyricsto "Melodie" { \textIX }
- %STR_9% \new Lyrics \lyricsto "Melodie" { \textIXb }
+ 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 }')
+ ifdef(`STR_5',`\new Lyrics \lyricsto "Melodie" { \textV }')
+ ifdef(`STR_5',`\new Lyrics \lyricsto "Melodie" { \textVb }')
+ ifdef(`STR_6',`\new Lyrics \lyricsto "Melodie" { \textVI }')
+ ifdef(`STR_6',`\new Lyrics \lyricsto "Melodie" { \textVIb }')
+ ifdef(`STR_7',`\new Lyrics \lyricsto "Melodie" { \textVII }')
+ ifdef(`STR_7',`\new Lyrics \lyricsto "Melodie" { \textVIIb }')
+ ifdef(`STR_8',`\new Lyrics \lyricsto "Melodie" { \textVIII }')
+ ifdef(`STR_8',`\new Lyrics \lyricsto "Melodie" { \textVIIIb }')
+ ifdef(`STR_9',`\new Lyrics \lyricsto "Melodie" { \textIX }')
+ ifdef(`STR_9',`\new Lyrics \lyricsto "Melodie" { \textIXb }')
ifdef(`STR_10',`\new Lyrics \lyricsto "Melodie" { \textX }')
ifdef(`STR_10',`\new Lyrics \lyricsto "Melodie" { \textXb }')
ifdef(`STR_11',`\new Lyrics \lyricsto "Melodie" { \textXI }')