\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \pointAndClickOff \score { \header { title = "Stern über Bethlehem" composer = "Alfred Hans Zoller" } \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = "textEinsS" {} \new Lyrics = "textZweiS" {} \new Lyrics = "textDreiS" {} \new Lyrics = "textVierS" {} \new Staff { << \new Voice = "sopran" { \global \voiceOne \sopranMelodie } \new Voice = "alt" { \global \voiceTwo \altMelodie } >> } % \new Lyrics = "textEinsA" {} % \new Lyrics = "textZweiA" {} % \new Lyrics = "textDreiA" {} % \new Lyrics = "textVierA" {} % \new Lyrics = "textEinsT" {} % \new Lyrics = "textZweiT" {} % \new Lyrics = "textDreiT" {} % \new Lyrics = "textVierT" {} \new Staff << \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } >> \new Lyrics = "textEinsB" {} \new Lyrics = "textZweiB" {} \new Lyrics = "textDreiB" {} \new Lyrics = "textVierB" {} \context Lyrics = "textEinsS" \lyricsto "sopran" \textI \context Lyrics = "textZweiS" \lyricsto "sopran" \textII \context Lyrics = "textDreiS" \lyricsto "sopran" \textIII \context Lyrics = "textVierS" \lyricsto "sopran" \textIV % \context Lyrics = "textEinsA" \lyricsto "alt" \extraI % \context Lyrics = "textZweiA" \lyricsto "alt" \extraII % \context Lyrics = "textDreiA" \lyricsto "alt" \extraIII % \context Lyrics = "textVierA" \lyricsto "alt" \extraIV % \context Lyrics = "textEinsT" \lyricsto "tenor" \textI % \context Lyrics = "textZweiT" \lyricsto "tenor" \textII % \context Lyrics = "textDreiT" \lyricsto "tenor" \textIII % \context Lyrics = "textVierT" \lyricsto "tenor" \textIV \context Lyrics = "textEinsB" \lyricsto "bass" \extraI \context Lyrics = "textZweiB" \lyricsto "bass" \extraII \context Lyrics = "textDreiB" \lyricsto "bass" \extraIII \context Lyrics = "textVierB" \lyricsto "bass" \extraIV >> \layout { indent = #0 } }