\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "stimmen.ly" \include "texte.ly" #(ly:set-option 'relative-includes #f) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Komm, Heil'ger Geist" } \new ChoirStaff << \new Staff << \new Voice = "Sopran" \transpose c %transpose% \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 >> %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% >> >> \layout { indent = #0 } }