From ab6694f5edfcac0d1d3ade03c62473d9cc9a08be Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 15 Apr 2020 11:04:38 +0200 Subject: Komm_Heilger_Geist: an neues Makeformat angepasst --- Komm_Heilger_Geist/Komm_Heilger_Geist.ly | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'Komm_Heilger_Geist') diff --git a/Komm_Heilger_Geist/Komm_Heilger_Geist.ly b/Komm_Heilger_Geist/Komm_Heilger_Geist.ly index c1391d7..3ae38fa 100644 --- a/Komm_Heilger_Geist/Komm_Heilger_Geist.ly +++ b/Komm_Heilger_Geist/Komm_Heilger_Geist.ly @@ -20,22 +20,24 @@ include(texte.pre) } \new ChoirStaff << \new Staff << - \new Voice = "Sopran" \transpose c %transpose% \sopranMelodie + \new Voice = "Sopran" \transpose c transponiert \sopranMelodie \new Lyrics \lyricsto "Sopran" \sopranText - %unterstimme% >> - %unterstimme% \new Staff << - %unterstimme% \altMelodie - %unterstimme% \new Lyrics = one \lyricsto refrain \textRefrain - %STR_1% \context Lyrics = one \lyricsto verse \textI - %STR_2% \new Lyrics = two \lyricsto verse \textII - %STR_3% \new Lyrics = three \lyricsto verse \textIII +ifdef(`mit-Unterstimme',` >> - - %unterstimme% \new Staff << - %unterstimme% \new Voice = "Tenor" { \voiceOne \clef "bass" \transpose c %transpose% \tenorMelodie } - %unterstimme% \new Voice = "Bass" { \voiceTwo \clef "bass" \transpose c %transpose% \bassMelodie } - %unterstimme% >> - + \new Staff << + \altMelodie + \new Lyrics = one \lyricsto refrain \textRefrain +') + ifdef(`STR_1',`\context Lyrics = one \lyricsto verse \textI') + ifdef(`STR_2',`\new Lyrics = two \lyricsto verse \textII') + ifdef(`STR_3',`\new Lyrics = three \lyricsto verse \textIII') + >> +ifdef(`mit-Unterstimme',` + \new Staff << + \new Voice = "Tenor" { \voiceOne \clef "bass" \transpose c transponiert \tenorMelodie } + \new Voice = "Bass" { \voiceTwo \clef "bass" \transpose c transponiert \bassMelodie } + >> +') >> \layout { indent = #0 -- cgit v1.2.3-70-g09d2