\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = ##f } \paper { top-margin = 5 } \score { \header { title = "Nun danket alle Gott" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = melodie { \global \melodie } >> \new Lyrics \lyricsto melodie { \textA } \new Lyrics \lyricsto melodie { \textB } >> \layout { indent = #0 ragged-last = ##f } }