\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Komm, Gott Schöpfer, Heiliger Geist" } \new ChoirStaff << \new Staff << \new Voice = "sopran" { \global \melodie } %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 %STR_6% \new Lyrics \lyricsto "sopran" \textVI %STR_7% \new Lyrics \lyricsto "sopran" \textVII >> >> \layout { indent = #0 } }