summaryrefslogtreecommitdiff
path: root/Geh_aus_mein_Herz
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-24 10:01:41 +0100
committerErich Eckner <git@eckner.net>2020-01-24 10:01:41 +0100
commit8fe32ede0959bbf10892e826d820f4f6fba7bdf4 (patch)
treefa66e5d1bd0ff816ecc55480327d2b4363e73cda /Geh_aus_mein_Herz
parentc9ec22cb83103fd7b0bf6631f3363bc3a4046ff1 (diff)
downloadMusik-8fe32ede0959bbf10892e826d820f4f6fba7bdf4.tar.xz
Geh_aus_mein_Herz: Strophen konfigurierbar
Diffstat (limited to 'Geh_aus_mein_Herz')
-rw-r--r--Geh_aus_mein_Herz/Geh_aus_mein_Herz.ly20
1 files changed, 10 insertions, 10 deletions
diff --git a/Geh_aus_mein_Herz/Geh_aus_mein_Herz.ly b/Geh_aus_mein_Herz/Geh_aus_mein_Herz.ly
index 900c783..ad56041 100644
--- a/Geh_aus_mein_Herz/Geh_aus_mein_Herz.ly
+++ b/Geh_aus_mein_Herz/Geh_aus_mein_Herz.ly
@@ -29,16 +29,16 @@
\new Voice = sopran { \global \voiceOne \sopranMelodie }
\new Voice = alt { \global \voiceTwo \altMelodie }
>>
- \new Lyrics \lyricsto sopran { \textI }
- \new Lyrics \lyricsto sopran { \textII }
- \new Lyrics \lyricsto sopran { \textIII }
- \new Lyrics \lyricsto sopran { \textIV }
- \new Lyrics \lyricsto sopran { \textV }
- \new Lyrics \lyricsto sopran { \textVI }
- \new Lyrics \lyricsto sopran { \textVII }
- \new Lyrics \lyricsto sopran { \textVIII }
- \new Lyrics \lyricsto sopran { \textIX }
- \new Lyrics \lyricsto sopran { \textX }
+ 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 })
+ ifdef(`STR_8',\new Lyrics \lyricsto sopran { \textVIII })
+ ifdef(`STR_9',\new Lyrics \lyricsto sopran { \textIX })
+ ifdef(`STR_10',\new Lyrics \lyricsto sopran { \textX })
\new Staff <<
\new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
\new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }