diff options
author | Erich Eckner <git@eckner.net> | 2023-02-14 20:14:58 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-02-14 20:14:58 +0100 |
commit | 425b91537af163514c7b484916de1b7b668704a7 (patch) | |
tree | 15078224b1f51f7d5d22b4acebddc781b59ccb84 /Der_Morgenstern_ist_aufgedrungen | |
parent | f76c5dd1da43b72bfb7a8918d9d02ee834a73117 (diff) | |
download | Musik-425b91537af163514c7b484916de1b7b668704a7.tar.xz |
Schalter auf m4/Makefile umgebaut
Diffstat (limited to 'Der_Morgenstern_ist_aufgedrungen')
-rw-r--r-- | Der_Morgenstern_ist_aufgedrungen/Der_Morgenstern_ist_aufgedrungen.ly | 24 | ||||
-rw-r--r-- | Der_Morgenstern_ist_aufgedrungen/texte.ly | 6 |
2 files changed, 15 insertions, 15 deletions
diff --git a/Der_Morgenstern_ist_aufgedrungen/Der_Morgenstern_ist_aufgedrungen.ly b/Der_Morgenstern_ist_aufgedrungen/Der_Morgenstern_ist_aufgedrungen.ly index bdd919d..5eff868 100644 --- a/Der_Morgenstern_ist_aufgedrungen/Der_Morgenstern_ist_aufgedrungen.ly +++ b/Der_Morgenstern_ist_aufgedrungen/Der_Morgenstern_ist_aufgedrungen.ly @@ -54,18 +54,18 @@ include(texte.pre) \new Lyrics = textBassII { } \new Lyrics = textBassIV { } - %SOPRAN% \context Lyrics = textSopranI \lyricsto sopran { \textI } - %SOPRAN% \context Lyrics = textSopranII \lyricsto sopran { \textII } - %SOPRAN% \context Lyrics = textSopranIV \lyricsto sopran { \textIV } -%% %ALT% \context Lyrics = textAltI \lyricsto alt { \textI } - %ALT% \context Lyrics = textAltII \lyricsto alt { \textII } - %ALT% \context Lyrics = textAltIV \lyricsto alt { \textIV } -%% %TENOR% \context Lyrics = textTenorI \lyricsto tenor { \textI } - %TENOR% \context Lyrics = textTenorII \lyricsto tenor { \textII } - %TENOR% \context Lyrics = textTenorIV \lyricsto tenor { \textIV } -%% %BASS% \context Lyrics = textBassI \lyricsto bass { \textI } - %BASS% \context Lyrics = textBassII \lyricsto bass { \textII } - %BASS% \context Lyrics = textBassIV \lyricsto bass { \textIV } + ifdef(`STR_1',`\context Lyrics = textSopranI \lyricsto sopran { \textI }') + ifdef(`STR_2',`\context Lyrics = textSopranII \lyricsto sopran { \textII }') + ifdef(`STR_4',`\context Lyrics = textSopranIV \lyricsto sopran { \textIV }') + ifdef(`STR_1',`\context Lyrics = textAltI \lyricsto alt { \textI }') + ifdef(`STR_2',`\context Lyrics = textAltII \lyricsto alt { \textII }') + ifdef(`STR_4',`\context Lyrics = textAltIV \lyricsto alt { \textIV }') + ifdef(`STR_1',`\context Lyrics = textTenorI \lyricsto tenor { \textI }') + ifdef(`STR_2',`\context Lyrics = textTenorII \lyricsto tenor { \textII }') + ifdef(`STR_4',`\context Lyrics = textTenorIV \lyricsto tenor { \textIV }') + ifdef(`STR_1',`\context Lyrics = textBassI \lyricsto bass { \textI }') + ifdef(`STR_2',`\context Lyrics = textBassII \lyricsto bass { \textII }') + ifdef(`STR_4',`\context Lyrics = textBassIV \lyricsto bass { \textIV }') >> \layout { indent = #0 diff --git a/Der_Morgenstern_ist_aufgedrungen/texte.ly b/Der_Morgenstern_ist_aufgedrungen/texte.ly index 0c7ed12..34f89cb 100644 --- a/Der_Morgenstern_ist_aufgedrungen/texte.ly +++ b/Der_Morgenstern_ist_aufgedrungen/texte.ly @@ -5,7 +5,7 @@ % Die Textaufteilungen textI = \lyricmode { - \set stanza = "1. Frauen" + \set stanza = "STR_1" Der Mor -- gen -- stern ist auf -- ge -- drun -- gen, er leucht da -- her zu die -- ser Stun -- de hoch ü -- ber Berg und tie -- fe Tal, @@ -13,7 +13,7 @@ } textII = \lyricmode { - \set stanza = "STR_2." + \set stanza = "STR_2" „Wacht auf“, ruft uns der Wäch -- ter Stim -- me vor Freu -- den auf der ho -- hen Zin -- ne: „Wacht auf zu die -- ser Freu -- den -- zeit! @@ -21,7 +21,7 @@ } textIV = \lyricmode { - \set stanza = "STR_4." + \set stanza = "STR_4" O heil -- ger Mor -- gen -- stern, wir prei -- sen dich heu -- te hoch mit fro -- hen Wei -- sen; du leuch -- test vie -- len nah und fern, |