\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Singet dem Herrn ein neues Lied" composer = "Bernhard Klein (1793-1832)" meter = "mäßig geschwind" } \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = "textSopran" { } \new Staff << \new Voice = frauen { \global \oneVoice \frauenPausen } \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics = "textAlt" { } \new Lyrics = "textTenor" { } \new Lyrics = tenorText { } \new Staff << \new Voice = frauen { \clef "bass" \global \oneVoice \maennerPausen } \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie } \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie } >> \new Lyrics = "textBass" { } \context Lyrics = "textSopran" \lyricsto sopran { \textSopran } \context Lyrics = "textAlt" \lyricsto alt { \textAlt } \context Lyrics = "textTenor" \lyricsto tenor { \textTenor } \context Lyrics = "textBass" \lyricsto bass { \textBass } >> \layout { indent = #0 } }