\include "deutsch.ly" include(stimmen.pre) include(texte.pre) #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = "textEinsS" {} \new Lyrics = "textZweiS" {} \new Lyrics = "textDreiS" {} \new Staff = "frauen" << \new Voice = "frauen" { \pausen } \new Voice = "sopran" { \global \voiceOne \sopranMelodie } \new Voice = "alt" { \global \voiceTwo \altMelodie } >> \new Lyrics = "textEinsA" {} \new Lyrics = "textZweiA" {} \new Lyrics = "textDreiA" {} \new Lyrics = "textEinsT" {} \new Lyrics = "textZweiT" {} \new Lyrics = "textDreiT" {} \new Staff = "maenner" << \new Voice = "maenner" { \pausen } \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } >> \new Lyrics = "textEinsB" {} \new Lyrics = "textZweiB" {} \new Lyrics = "textDreiB" {} \context Lyrics = "textEinsS" \lyricsto "sopran" \textI \context Lyrics = "textZweiS" \lyricsto "sopran" \textII \context Lyrics = "textDreiS" \lyricsto "sopran" \textIII \context Lyrics = "textEinsA" \lyricsto "alt" \textI \context Lyrics = "textZweiA" \lyricsto "alt" \textII \context Lyrics = "textDreiA" \lyricsto "alt" \textIII \context Lyrics = "textEinsT" \lyricsto "tenor" \textI \context Lyrics = "textZweiT" \lyricsto "tenor" \textII \context Lyrics = "textDreiT" \lyricsto "tenor" \textIII \context Lyrics = "textEinsB" \lyricsto "bass" \textI \context Lyrics = "textZweiB" \lyricsto "bass" \textII \context Lyrics = "textDreiB" \lyricsto "bass" \textIII >> \layout { indent = #0 } }