\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Lobsinget Gott, dem Herrn" composer = "Camille Saint-Saƫns" } \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice \frauenPausen \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics \lyricsto alt { \text } \new Staff << \new Voice \maennerPausen \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } >> \new Lyrics \lyricsto bass { \maennerText } \new PianoStaff << %Klavier% \new Staff = klavierRechts << %Klavier% \new Voice = rechteHand { \global \oneVoice \klavierRechts } %Klavier% \new Voice = rechteHandO { \global \voiceOne \klavierRechtsO } %Klavier% \new Voice = rechteHandU { \global \voiceTwo \klavierRechtsU } %Klavier% >> %Klavier% \new Staff = klavierLinks << %Klavier% \new Voice = linkeHand { \global \clef "bass" \oneVoice \klavierLinks } %Klavier% \new Voice = linkeHandO { \global \clef "bass" \voiceOne \klavierLinksO } %Klavier% \new Voice = linkeHandU { \global \clef "bass" \voiceTwo \klavierLinksU } %Klavier% >> %Klavier% >> %Klavier% >> }