\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \version "2.19.80" \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Befiehl dem Herren deine Wege" } << \set Score.skipBars = ##t \new ChoirStaff << \new Voice = sopran { \global \sopranMelodie } \new Lyrics \lyricsto sopran { \textSopranI } \new Lyrics \lyricsto sopran { \textSopranII } \new Voice = alt { \global \altMelodie } \new Lyrics \lyricsto alt { \textAlt } \new Voice = tenor { \clef "G_8" \global \tenorMelodie } \new Lyrics \lyricsto tenor { \textTenor } \new Voice = bass { \clef "bass" \global \bassMelodie } \new Lyrics \lyricsto bass { \textBass } >> \new PianoStaff << %Klavier% \new Staff = "links" { %Klavier% \global \autoBeamOn %Klavier% \klavierLinksMelodie %Klavier% } %Klavier% \new Staff = "rechts" { %Klavier% \clef "bass" %Klavier% \global \autoBeamOn %Klavier% << %Klavier% \klavierMitteMelodie %Klavier% \klavierRechtsMelodie %Klavier% >> %Klavier% } %Klavier% >> %Klavier% >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves } } }