\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Verleih uns Frieden" subtitle = "Choralkantate" composer = "Felix Mendelssohn Bartholdy (1809-1847)" poet = "Gebet nach Worten von Luther" } \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = "sopranText" {} \new Staff << \new Voice = frauen { \global \oneVoice \frauenPausen } \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics = "altText" {} \new Lyrics = "tenorText" {} \new Staff << \new Voice = maenner { \clef "bass" \global \oneVoice \maennerPausen } \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie } \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie } >> \new Lyrics = "bassText" {} \context Lyrics = "sopranText" \lyricsto sopran { \textSopran } \context Lyrics = "altText" \lyricsto alt { \textAlt } \context Lyrics = "tenorText" \lyricsto tenor { \textTenor } \context Lyrics = "bassText" \lyricsto bass { \textBass } >> \layout { indent = #0 } \header { title = "Verleih uns Frieden" subtitle = ##f composer = ##f poet = ##f } }