\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Höre nun, Herr, die Bitten" composer = "Melodie: Swing low, sweet chariot" tagline = "" } \new Staff << \set Score.skipBars = ##t \new ChoirStaff << \new Staff << \new Voice = frauen { \global \oneVoice \pausen } \new Voice = sopran { \global \voiceOne \melodieSopran } \new Voice = alt { \global \voiceTwo \melodieAlt } >> \new Lyrics = textI { } \new Lyrics = textII { } \new Staff << \clef "bass" \new Voice = maenner { \global \oneVoice \pausen } \new Voice = tenor { \global \voiceOne \melodieTenor } \new Voice = bass { \global \voiceTwo \melodieBass } >> \new Lyrics = textBass { } >> \context Lyrics = textI \lyricsto tenor { \textI } \context Lyrics = textII \lyricsto tenor { \textII } \context Lyrics = textBass \lyricsto bass { \textBass } >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } }