summaryrefslogtreecommitdiff
path: root/Er_weckt_mich_alle_Morgen/Er_weckt_mich_alle_Morgen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Er_weckt_mich_alle_Morgen/Er_weckt_mich_alle_Morgen.ly')
-rw-r--r--Er_weckt_mich_alle_Morgen/Er_weckt_mich_alle_Morgen.ly30
1 files changed, 15 insertions, 15 deletions
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 }')
>>
}