\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "O komm, du Geist der Wahrheit" } \new ChoirStaff << \new Staff << \new Voice = "sopran" { \global \melodie } %STR_1% \new Lyrics \lyricsto "sopran" \textIa %STR_1% \new Lyrics \lyricsto "sopran" \textIb %STR_2% \new Lyrics \lyricsto "sopran" \textIIa %STR_2% \new Lyrics \lyricsto "sopran" \textIIb %STR_3% \new Lyrics \lyricsto "sopran" \textIIIa %STR_3% \new Lyrics \lyricsto "sopran" \textIIIb %STR_4% \new Lyrics \lyricsto "sopran" \textIVa %STR_4% \new Lyrics \lyricsto "sopran" \textIVb %STR_5% \new Lyrics \lyricsto "sopran" \textVa %STR_5% \new Lyrics \lyricsto "sopran" \textVb %STR_6% \new Lyrics \lyricsto "sopran" \textVIa %STR_6% \new Lyrics \lyricsto "sopran" \textVIb %STR_7% \new Lyrics \lyricsto "sopran" \textVIIa %STR_7% \new Lyrics \lyricsto "sopran" \textVIIb >> >> \layout { indent = #0 } }