summaryrefslogtreecommitdiff
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
parentced59f8b3a570bdd1ee86a69c665e28f6763ec87 (diff)
downloadMusik-5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de.tar.xz
Strophen per Makefile konfigurierbar
-rw-r--r--Auf_meinen_lieben_Gott/Auf_meinen_lieben_Gott.ly10
-rw-r--r--Christe_du_bist_der_helle_Tag/Christe_du_bist_der_helle_Tag.ly14
-rw-r--r--Ein_feste_Burg_ist_unser_Gott/Ein_feste_Burg_ist_unser_Gott.ly16
-rw-r--r--Er_weckt_mich_alle_Morgen/Er_weckt_mich_alle_Morgen.ly30
-rw-r--r--Es_ist_ein_Ros_entsprungen/satz.ly16
-rw-r--r--Es_kommt_ein_Schiff_geladen/Es_kommt_ein_Schiff_geladen.ly12
-rw-r--r--Froehlich_soll_mein_Herze_springen_/satz.ly8
-rw-r--r--Froehlich_soll_mein_Herze_springen__/satz.ly4
-rw-r--r--Herbei_o_ihr_Glaeubgen/Herbei_o_ihr_Glaeubgen.ly10
-rw-r--r--Ist_Gott_fuer_mich_so_trete/Ist_Gott_fuer_mich_so_trete.ly16
-rw-r--r--Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly14
-rw-r--r--Komm_zu_uns_in_deinem_Wort/satz.ly8
-rw-r--r--Lobe_den_Herren_/Lobe_den_Herren_.ly20
-rw-r--r--Macht_hoch_die_Tuer/Macht_hoch_die_Tuer.ly10
-rw-r--r--Nun_bitten_wir_den_Heiligen_Geist/Nun_bitten_wir_den_Heiligen_Geist.ly24
-rw-r--r--O_komm_du_Geist_der_Wahrheit/O_komm_du_Geist_der_Wahrheit.ly28
-rw-r--r--Veni_Creator_Spiritus/Veni_Creator_Spiritus.ly14
-rw-r--r--Von_guten_Maechten/satz.ly6
-rw-r--r--Weil_ich_Jesu_Schaeflein_bin/satz.ly6
-rw-r--r--Weiszt_du_wieviel_Sternlein_stehen/Weiszt_du_wieviel_Sternlein_stehen.ly12
20 files changed, 139 insertions, 139 deletions
diff --git a/Auf_meinen_lieben_Gott/Auf_meinen_lieben_Gott.ly b/Auf_meinen_lieben_Gott/Auf_meinen_lieben_Gott.ly
index 07814ea..3b3f662 100644
--- a/Auf_meinen_lieben_Gott/Auf_meinen_lieben_Gott.ly
+++ b/Auf_meinen_lieben_Gott/Auf_meinen_lieben_Gott.ly
@@ -35,11 +35,11 @@ include(texte.pre)
\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 }
- %STR_4% \new Lyrics \lyricsto sopran { \textIV }
- %STR_5% \new Lyrics \lyricsto sopran { \textV }
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \textIV }')
+ ifdef(`STR_5',`\new Lyrics \lyricsto sopran { \textV }')
\new Staff <<
\clef "bass"
\new Voice = maenner { \global \oneVoice \pausen }
diff --git a/Christe_du_bist_der_helle_Tag/Christe_du_bist_der_helle_Tag.ly b/Christe_du_bist_der_helle_Tag/Christe_du_bist_der_helle_Tag.ly
index b44dcdb..92ec0ee 100644
--- a/Christe_du_bist_der_helle_Tag/Christe_du_bist_der_helle_Tag.ly
+++ b/Christe_du_bist_der_helle_Tag/Christe_du_bist_der_helle_Tag.ly
@@ -28,13 +28,13 @@ include(texte.pre)
\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 }
- %STR_4% \new Lyrics \lyricsto sopran { \textIV }
- %STR_5% \new Lyrics \lyricsto sopran { \textV }
- %STR_6% \new Lyrics \lyricsto sopran { \textVI }
- %STR_7% \new Lyrics \lyricsto sopran { \textVII }
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \textIV }')
+ ifdef(`STR_5',`\new Lyrics \lyricsto sopran { \textV }')
+ ifdef(`STR_6',`\new Lyrics \lyricsto sopran { \textVI }')
+ ifdef(`STR_7',`\new Lyrics \lyricsto sopran { \textVII }')
\new Staff <<
\clef "bass"
\new Voice = tenor { \global \voiceOne \tenorMelodie }
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 {
diff --git a/Er_weckt_mich_alle_Morgen/Er_weckt_mich_alle_Morgen.ly b/Er_weckt_mich_alle_Morgen/Er_weckt_mich_alle_Morgen.ly
index a5e965b..4883b09 100644
--- a/Er_weckt_mich_alle_Morgen/Er_weckt_mich_alle_Morgen.ly
+++ b/Er_weckt_mich_alle_Morgen/Er_weckt_mich_alle_Morgen.ly
@@ -38,31 +38,31 @@ include(texte.pre)
\global \sopranMelodie
}
>>
- %STR_1% \new Lyrics \lyricsto sopran { \textI }
- %STR_2% \new Lyrics \lyricsto sopran { \textII }
- %STR_3% \new Lyrics \lyricsto sopran { \textIII }
- %STR_4% \new Lyrics \lyricsto sopran { \textIV }
- %STR_5% \new Lyrics \lyricsto sopran { \textV }
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \textIV }')
+ ifdef(`STR_5',`\new Lyrics \lyricsto sopran { \textV }')
\new Staff <<
\new Voice = alt {
\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 }
+ 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 }')
\new Staff <<
\clef "bass"
\new Voice = bass {
\global \bassMelodie
}
>>
- %STR_1% \new Lyrics \lyricsto bass { \textI }
- %STR_2% \new Lyrics \lyricsto bass { \textII }
- %STR_3% \new Lyrics \lyricsto bass { \textIII }
- %STR_4% \new Lyrics \lyricsto bass { \textIV }
- %STR_5% \new Lyrics \lyricsto bass { \textV }
+ ifdef(`STR_1',`\new Lyrics \lyricsto bass { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto bass { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto bass { \textIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto bass { \textIV }')
+ ifdef(`STR_5',`\new Lyrics \lyricsto bass { \textV }')
>>
}
diff --git a/Es_ist_ein_Ros_entsprungen/satz.ly b/Es_ist_ein_Ros_entsprungen/satz.ly
index 5189d04..1fb409a 100644
--- a/Es_ist_ein_Ros_entsprungen/satz.ly
+++ b/Es_ist_ein_Ros_entsprungen/satz.ly
@@ -13,14 +13,14 @@
\new Voice = sopran { \global \voiceOne << \sopranMelodie \artikulation >> }
\new Voice = alt { \global \voiceTwo \altMelodie }
>>
- %STR_1% \new Lyrics \lyricsto sopran { \textI }
- %STR_1% \new Lyrics \lyricsto sopran { \textIa }
- %STR_2% \new Lyrics \lyricsto sopran { \textII }
- %STR_2% \new Lyrics \lyricsto sopran { \textIIa }
- %STR_3% \new Lyrics \lyricsto sopran { \textIII }
- %STR_3% \new Lyrics \lyricsto sopran { \textIIIa }
- %STR_4% \new Lyrics \lyricsto sopran { \textIV }
- %STR_4% \new Lyrics \lyricsto sopran { \textIVa }
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }')
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textIa }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textIIa }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIIIa }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \textIV }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \textIVa }')
\new Staff <<
\new Voice = maenner { \global \clef "bass" \oneVoice \pausen }
\new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
diff --git a/Es_kommt_ein_Schiff_geladen/Es_kommt_ein_Schiff_geladen.ly b/Es_kommt_ein_Schiff_geladen/Es_kommt_ein_Schiff_geladen.ly
index 9db78ed..e607506 100644
--- a/Es_kommt_ein_Schiff_geladen/Es_kommt_ein_Schiff_geladen.ly
+++ b/Es_kommt_ein_Schiff_geladen/Es_kommt_ein_Schiff_geladen.ly
@@ -28,12 +28,12 @@ include(texte.pre)
\new Staff <<
\new Voice = sopran { \global \oneVoice \melodie }
>>
- %STR_1% \new Lyrics \lyricsto sopran { \textI }
- %STR_2% \new Lyrics \lyricsto sopran { \textII }
- %STR_3% \new Lyrics \lyricsto sopran { \textIII }
- %STR_4% \new Lyrics \lyricsto sopran { \textIV }
- %STR_5% \new Lyrics \lyricsto sopran { \textV }
- %STR_6% \new Lyrics \lyricsto sopran { \textVI }
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \textIV }')
+ ifdef(`STR_5',`\new Lyrics \lyricsto sopran { \textV }')
+ ifdef(`STR_6',`\new Lyrics \lyricsto sopran { \textVI }')
>>
\layout {
indent = #0
diff --git a/Froehlich_soll_mein_Herze_springen_/satz.ly b/Froehlich_soll_mein_Herze_springen_/satz.ly
index 2f1c04f..8b245e7 100644
--- a/Froehlich_soll_mein_Herze_springen_/satz.ly
+++ b/Froehlich_soll_mein_Herze_springen_/satz.ly
@@ -16,7 +16,7 @@
%STR_6% \new Lyrics = "textErsteVI" {}
%STR_7% \new Lyrics = "textErsteVII" {}
%STR_9% \new Lyrics = "textErsteIX" {}
- %STR_11% \new Lyrics = "textErsteXI" {}
+ ifdef(`STR_11',`\new Lyrics = "textErsteXI" {}')
\new Staff <<
\new Voice = "zweite" { \global \melodieZweite }
>>
@@ -30,7 +30,7 @@
%STR_6% \new Lyrics = "textDritteVI" {}
%STR_7% \new Lyrics = "textDritteVII" {}
%STR_9% \new Lyrics = "textDritteIX" {}
- %STR_11% \new Lyrics = "textDritteXI" {}
+ 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
@@ -38,7 +38,7 @@
%STR_6% \context Lyrics = "textErsteVI" \lyricsto "erste" \textVI
%STR_7% \context Lyrics = "textErsteVII" \lyricsto "erste" \textVII
%STR_9% \context Lyrics = "textErsteIX" \lyricsto "erste" \textIX
- %STR_11% \context Lyrics = "textErsteXI" \lyricsto "erste" \textXI
+ 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
@@ -46,7 +46,7 @@
%STR_6% \context Lyrics = "textDritteVI" \lyricsto "dritte" \textVI
%STR_7% \context Lyrics = "textDritteVII" \lyricsto "dritte" \textVII
%STR_9% \context Lyrics = "textDritteIX" \lyricsto "dritte" \textIX
- %STR_11% \context Lyrics = "textDritteXI" \lyricsto "dritte" \textXI
+ ifdef(`STR_11',`\context Lyrics = "textDritteXI" \lyricsto "dritte" \textXI')
>>
\layout {
indent = #0
diff --git a/Froehlich_soll_mein_Herze_springen__/satz.ly b/Froehlich_soll_mein_Herze_springen__/satz.ly
index 5662038..bb7ac1f 100644
--- a/Froehlich_soll_mein_Herze_springen__/satz.ly
+++ b/Froehlich_soll_mein_Herze_springen__/satz.ly
@@ -18,7 +18,7 @@
%STR_6% \new Lyrics = "textSechs" {}
%STR_7% \new Lyrics = "textSieben" {}
%STR_9% \new Lyrics = "textNeun" {}
- %STR_11% \new Lyrics = "textElf" {}
+ 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 }
@@ -30,7 +30,7 @@
%STR_6% \context Lyrics = "textSechs" \lyricsto "bass" \textVI
%STR_7% \context Lyrics = "textSieben" \lyricsto "bass" \textVII
%STR_9% \context Lyrics = "textNeun" \lyricsto "bass" \textIX
- %STR_11% \context Lyrics = "textElf" \lyricsto "bass" \textXI
+ ifdef(`STR_11',`\context Lyrics = "textElf" \lyricsto "bass" \textXI')
>>
\layout {
indent = #0
diff --git a/Herbei_o_ihr_Glaeubgen/Herbei_o_ihr_Glaeubgen.ly b/Herbei_o_ihr_Glaeubgen/Herbei_o_ihr_Glaeubgen.ly
index 1e3812e..e41deb2 100644
--- a/Herbei_o_ihr_Glaeubgen/Herbei_o_ihr_Glaeubgen.ly
+++ b/Herbei_o_ihr_Glaeubgen/Herbei_o_ihr_Glaeubgen.ly
@@ -30,11 +30,11 @@ include(artikulation.pre)
>>
\new Voice = alt { \global \voiceTwo \altMelodie }
>>
- %STR_1% \new Lyrics \lyricsto sopran { \textI }
- %STR_1% \new Lyrics \lyricsto sopran { \textIAlternativ }
- %STR_2% \new Lyrics \lyricsto sopran { \textII }
- %STR_3% \new Lyrics \lyricsto sopran { \textIII }
- %STR_4% \new Lyrics \lyricsto sopran { \textIV }
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }')
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textIAlternativ }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \textIV }')
\new Staff <<
\new Voice = maenner { \global \clef "bass" \pausenMaenner }
\new Voice = tenor <<
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 9968682..b256e83 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
@@ -40,14 +40,14 @@ include(texte.pre)
%STR_8% \new Lyrics \lyricsto "Melodie" { \textVIIIb }
%STR_9% \new Lyrics \lyricsto "Melodie" { \textIX }
%STR_9% \new Lyrics \lyricsto "Melodie" { \textIXb }
- %STR_10% \new Lyrics \lyricsto "Melodie" { \textX }
- %STR_10% \new Lyrics \lyricsto "Melodie" { \textXb }
- %STR_11% \new Lyrics \lyricsto "Melodie" { \textXI }
- %STR_11% \new Lyrics \lyricsto "Melodie" { \textXIb }
- %STR_12% \new Lyrics \lyricsto "Melodie" { \textXII }
- %STR_12% \new Lyrics \lyricsto "Melodie" { \textXIIb }
- %STR_13% \new Lyrics \lyricsto "Melodie" { \textXIII }
- %STR_13% \new Lyrics \lyricsto "Melodie" { \textXIIIb }
+ ifdef(`STR_10',`\new Lyrics \lyricsto "Melodie" { \textX }')
+ ifdef(`STR_10',`\new Lyrics \lyricsto "Melodie" { \textXb }')
+ ifdef(`STR_11',`\new Lyrics \lyricsto "Melodie" { \textXI }')
+ ifdef(`STR_11',`\new Lyrics \lyricsto "Melodie" { \textXIb }')
+ ifdef(`STR_12',`\new Lyrics \lyricsto "Melodie" { \textXII }')
+ ifdef(`STR_12',`\new Lyrics \lyricsto "Melodie" { \textXIIb }')
+ ifdef(`STR_13',`\new Lyrics \lyricsto "Melodie" { \textXIII }')
+ ifdef(`STR_13',`\new Lyrics \lyricsto "Melodie" { \textXIIIb }')
>>
\layout {
indent = #0
diff --git a/Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly b/Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly
index 7c6fd18..95896eb 100644
--- a/Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly
+++ b/Komm_Gott_Schoepfer_Heiliger_Geist/Komm_Gott_Schoepfer_Heiliger_Geist.ly
@@ -21,13 +21,13 @@ include(texte.pre)
\new ChoirStaff <<
\new Staff <<
\new Voice = "sopran" { \global \melodie }
- %STR_1% \new Lyrics \lyricsto "sopran" \textI
- %STR_2% \new Lyrics \lyricsto "sopran" \textII
- %STR_3% \new Lyrics \lyricsto "sopran" \textIII
- %STR_4% \new Lyrics \lyricsto "sopran" \textIV
- %STR_5% \new Lyrics \lyricsto "sopran" \textV
- %STR_6% \new Lyrics \lyricsto "sopran" \textVI
- %STR_7% \new Lyrics \lyricsto "sopran" \textVII
+ ifdef(`STR_1',`\new Lyrics \lyricsto "sopran" \textI')
+ ifdef(`STR_2',`\new Lyrics \lyricsto "sopran" \textII')
+ ifdef(`STR_3',`\new Lyrics \lyricsto "sopran" \textIII')
+ ifdef(`STR_4',`\new Lyrics \lyricsto "sopran" \textIV')
+ ifdef(`STR_5',`\new Lyrics \lyricsto "sopran" \textV')
+ ifdef(`STR_6',`\new Lyrics \lyricsto "sopran" \textVI')
+ ifdef(`STR_7',`\new Lyrics \lyricsto "sopran" \textVII')
>>
>>
\layout {
diff --git a/Komm_zu_uns_in_deinem_Wort/satz.ly b/Komm_zu_uns_in_deinem_Wort/satz.ly
index 6bf7907..a6fdd9f 100644
--- a/Komm_zu_uns_in_deinem_Wort/satz.ly
+++ b/Komm_zu_uns_in_deinem_Wort/satz.ly
@@ -11,10 +11,10 @@
\new Voice = sopran { \global \voiceOne << \sopranMelodie \artikulation >> }
\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 }
- %STR_4% \new Lyrics \lyricsto sopran { \textIV }
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \textIV }')
\new Staff <<
\new Voice = maenner { \global \clef "bass" \oneVoice \pausen }
\new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
diff --git a/Lobe_den_Herren_/Lobe_den_Herren_.ly b/Lobe_den_Herren_/Lobe_den_Herren_.ly
index 8a2082d..1d1aef0 100644
--- a/Lobe_den_Herren_/Lobe_den_Herren_.ly
+++ b/Lobe_den_Herren_/Lobe_den_Herren_.ly
@@ -35,16 +35,16 @@ include(texte.pre)
\new Voice = sopran \transpose c transponiert { \global \voiceOne \sopranMelodie }
\new Voice = alt \transpose c transponiert { \global \voiceTwo \altMelodie }
>>
- %STR_1% \new Lyrics \lyricsto alt { \textI }
- %STR_1% \new Lyrics \lyricsto alt { \textIb }
- %STR_2% \new Lyrics \lyricsto alt { \textII }
- %STR_2% \new Lyrics \lyricsto alt { \textIIb }
- %STR_3% \new Lyrics \lyricsto alt { \textIII }
- %STR_3% \new Lyrics \lyricsto alt { \textIIIb }
- %STR_4% \new Lyrics \lyricsto alt { \textIV }
- %STR_4% \new Lyrics \lyricsto alt { \textIVb }
- %STR_5% \new Lyrics \lyricsto alt { \textV }
- %STR_5% \new Lyrics \lyricsto alt { \textVb }
+ ifdef(`STR_1',`\new Lyrics \lyricsto alt { \textI }')
+ ifdef(`STR_1',`\new Lyrics \lyricsto alt { \textIb }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto alt { \textII }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto alt { \textIIb }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto alt { \textIII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto alt { \textIIIb }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto alt { \textIV }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto alt { \textIVb }')
+ ifdef(`STR_5',`\new Lyrics \lyricsto alt { \textV }')
+ ifdef(`STR_5',`\new Lyrics \lyricsto alt { \textVb }')
\new Staff <<
\clef "bass"
\new Voice = tenor \transpose c transponiert { \global \voiceOne \tenorMelodie }
diff --git a/Macht_hoch_die_Tuer/Macht_hoch_die_Tuer.ly b/Macht_hoch_die_Tuer/Macht_hoch_die_Tuer.ly
index 0012f5d..2641037 100644
--- a/Macht_hoch_die_Tuer/Macht_hoch_die_Tuer.ly
+++ b/Macht_hoch_die_Tuer/Macht_hoch_die_Tuer.ly
@@ -29,11 +29,11 @@ include(texte.pre)
\new Voice = sopran { \global \voiceOne \melodieSopran }
\new Voice = alt { \global \voiceTwo \melodieAlt }
>>
- %STR_1% \new Lyrics \lyricsto sopran { \textI }
- %STR_2% \new Lyrics \lyricsto sopran { \textII }
- %STR_3% \new Lyrics \lyricsto sopran { \textIII }
- %STR_4% \new Lyrics \lyricsto sopran { \textIV }
- %STR_5% \new Lyrics \lyricsto sopran { \textV }
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \textIV }')
+ ifdef(`STR_5',`\new Lyrics \lyricsto sopran { \textV }')
\new Staff <<
\new Voice = maenner { \global \clef "bass" \oneVoice \pausen } %fermaten_Pausen
\new Voice = tenor { \global \clef "bass" \voiceOne \melodieTenor }
diff --git a/Nun_bitten_wir_den_Heiligen_Geist/Nun_bitten_wir_den_Heiligen_Geist.ly b/Nun_bitten_wir_den_Heiligen_Geist/Nun_bitten_wir_den_Heiligen_Geist.ly
index ad75554..0b00745 100644
--- a/Nun_bitten_wir_den_Heiligen_Geist/Nun_bitten_wir_den_Heiligen_Geist.ly
+++ b/Nun_bitten_wir_den_Heiligen_Geist/Nun_bitten_wir_den_Heiligen_Geist.ly
@@ -29,24 +29,24 @@ include(texte.pre)
\new Staff <<
\new Voice = sopran { \oneVoice \global \sopranMelodie }
>>
- %STR_1% \new Lyrics \lyricsto sopran { \sopranTextI }
- %STR_2% \new Lyrics \lyricsto sopran { \sopranTextII }
- %STR_3% \new Lyrics \lyricsto sopran { \sopranTextIII }
- %STR_4% \new Lyrics \lyricsto sopran { \sopranTextIV }
+ ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \sopranTextI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \sopranTextII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \sopranTextIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \sopranTextIV }')
\new Staff <<
\new Voice = alt { \oneVoice \global \altMelodie }
>>
- %STR_1% \new Lyrics \lyricsto alt { \altTextI }
- %STR_2% \new Lyrics \lyricsto alt { \altTextII }
- %STR_3% \new Lyrics \lyricsto alt { \altTextIII }
- %STR_4% \new Lyrics \lyricsto alt { \altTextIV }
+ ifdef(`STR_1',`\new Lyrics \lyricsto alt { \altTextI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto alt { \altTextII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto alt { \altTextIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto alt { \altTextIV }')
\new Staff <<
\new Voice = maenner { \oneVoice \clef "bass" \global \maennerMelodie }
>>
- %STR_1% \new Lyrics \lyricsto maenner { \maennerTextI }
- %STR_2% \new Lyrics \lyricsto maenner { \maennerTextII }
- %STR_3% \new Lyrics \lyricsto maenner { \maennerTextIII }
- %STR_4% \new Lyrics \lyricsto maenner { \maennerTextIV }
+ ifdef(`STR_1',`\new Lyrics \lyricsto maenner { \maennerTextI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto maenner { \maennerTextII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto maenner { \maennerTextIII }')
+ ifdef(`STR_4',`\new Lyrics \lyricsto maenner { \maennerTextIV }')
>>
\layout {
indent = #0
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 {
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 }
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 }
diff --git a/Weil_ich_Jesu_Schaeflein_bin/satz.ly b/Weil_ich_Jesu_Schaeflein_bin/satz.ly
index 5c697f1..0479f1c 100644
--- a/Weil_ich_Jesu_Schaeflein_bin/satz.ly
+++ b/Weil_ich_Jesu_Schaeflein_bin/satz.ly
@@ -12,9 +12,9 @@
\new Staff <<
\new Voice = melodie { \global \oneVoice \melodie }
>>
- %STR_1% \new Lyrics \lyricsto melodie { \textI }
- %STR_2% \new Lyrics \lyricsto melodie { \textII }
- %STR_3% \new Lyrics \lyricsto melodie { \textIII }
+ ifdef(`STR_1',`\new Lyrics \lyricsto melodie { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto melodie { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto melodie { \textIII }')
>>
\layout {
indent = #0
diff --git a/Weiszt_du_wieviel_Sternlein_stehen/Weiszt_du_wieviel_Sternlein_stehen.ly b/Weiszt_du_wieviel_Sternlein_stehen/Weiszt_du_wieviel_Sternlein_stehen.ly
index 0df9c67..7aef376 100644
--- a/Weiszt_du_wieviel_Sternlein_stehen/Weiszt_du_wieviel_Sternlein_stehen.ly
+++ b/Weiszt_du_wieviel_Sternlein_stehen/Weiszt_du_wieviel_Sternlein_stehen.ly
@@ -28,12 +28,12 @@ include(texte.pre)
\new Staff <<
\new Voice = melodie { \global \melodie }
>>
- %STR_1% \new Lyrics \lyricsto melodie { \textIa }
- %STR_1% \new Lyrics \lyricsto melodie { \textIb }
- %STR_2% \new Lyrics \lyricsto melodie { \textIIa }
- %STR_2% \new Lyrics \lyricsto melodie { \textIIb }
- %STR_3% \new Lyrics \lyricsto melodie { \textIIIa }
- %STR_3% \new Lyrics \lyricsto melodie { \textIIIb }
+ ifdef(`STR_1',`\new Lyrics \lyricsto melodie { \textIa }')
+ ifdef(`STR_1',`\new Lyrics \lyricsto melodie { \textIb }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto melodie { \textIIa }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto melodie { \textIIb }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto melodie { \textIIIa }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto melodie { \textIIIb }')
>>
\layout {
indent = #0