From 5a7d43fa10dbcb9bfa0f213a4c391bf3286c95de Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 14 Feb 2023 19:30:59 +0100 Subject: Strophen per Makefile konfigurierbar --- Es_ist_ein_Ros_entsprungen/satz.ly | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Es_ist_ein_Ros_entsprungen') 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 } -- cgit v1.2.3-70-g09d2