\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 { title = "In geselliger Runde" tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = "textInterS" {} \new Staff << \pausen \new Voice = "sopran1" { \global \voiceOne \sopranIMelodie } \new Voice = "sopran2" { \global \voiceTwo \sopranIIMelodie } >> \new Lyrics = "textEinsS" {} \new Lyrics = "textZweiS" {} \new Lyrics = "textDreiS" {} \new Staff = "alt" << \new Voice = "alt" { \global \altMelodie } >> \new Lyrics = "textEinsA" {} \new Lyrics = "textZweiA" {} \new Lyrics = "textDreiA" {} \new Staff = "maenner" << \pausen \new Voice = "maenner" { \global \clef "bass" \maennerMelodie } >> \new Lyrics = "textEinsM" {} \new Lyrics = "textZweiM" {} \new Lyrics = "textDreiM" {} \context Lyrics = "textInterS" \lyricsto "sopran1" \textInterSopranI \context Lyrics = "textEinsS" \lyricsto "sopran1" \textISopran \context Lyrics = "textZweiS" \lyricsto "sopran1" \textIISopran \context Lyrics = "textZweiS" \lyricsto "sopran2" \textInterSopranII \context Lyrics = "textDreiS" \lyricsto "sopran1" \textIIISopran \context Lyrics = "textEinsA" \lyricsto "alt" \textIAlt \context Lyrics = "textZweiA" \lyricsto "alt" \textIIAlt \context Lyrics = "textZweiA" \lyricsto "alt" \textInterAlt \context Lyrics = "textDreiA" \lyricsto "alt" \textIIIAlt \context Lyrics = "textEinsM" \lyricsto "maenner" \textIMaenner \context Lyrics = "textZweiM" \lyricsto "maenner" \textIIMaenner \context Lyrics = "textZweiM" \lyricsto "maenner" \textInterMaenner \context Lyrics = "textDreiM" \lyricsto "maenner" \textIIIMaenner >> \layout { indent = #0 } }