\include "deutsch.ly" include(artikulation.pre) include(stimmen.pre) include(texte.pre) \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "The Lord bless you and keep you" composer = "John Rutter" } \new ChoirStaff << \new Lyrics = "textSopran" { } \new Staff << \set Score.skipBars = ##t \new Voice = frauen { \global \oneVoice << \frauenPausen \dynamik >> } \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics = "textAlt" { } \new Lyrics = "textTenor" { } \new Staff << \new Voice = maenner { \global \clef "bass" \oneVoice << \maennerPausen \dynamik >> } \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } >> \new Lyrics = "textBass" { } \context Lyrics = "textSopran" \lyricsto "sopran" { \sopranText } \context Lyrics = "textAlt" \lyricsto "alt" { \altText } \context Lyrics = "textTenor" \lyricsto "tenor" { \tenorText } \context Lyrics = "textBass" \lyricsto "bass" { \bassText } >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves } } }