\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { title = Ständchen tagline = ##f } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = tenorI { \global \clef "G_8" \tenorIMelodie } >> \new Lyrics \lyricsto tenorI { \tenorIText } \new Staff << \new Voice = tenorII { \global \clef "G_8" \tenorIIMelodie } >> \new Lyrics \lyricsto tenorII { \tenorIIText } \new Staff << \new Voice = bassI { \global \clef "bass" \bassIMelodie } >> \new Lyrics \lyricsto bassI { \bassIText } \new Staff << \new Voice = bassII { \global \clef "bass" \bassIIMelodie } >> \new Lyrics \lyricsto bassII { \bassIIText } >> \layout { indent = #0 } }