\include "deutsch.ly" include(stimmen.pre) include(texte.pre) \pointAndClickOff #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \paper { top-margin = 5 print-all-headers = ##t } \header { tagline = ##f } \score { << \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = pFrauen { \global \pausenFrauen } \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics \lyricsto alt { \textFrauen } \new Lyrics \lyricsto alt { \textI } \new Lyrics \lyricsto alt { \textII } \new Lyrics \lyricsto alt { \textIII } \new Staff << \new Voice = pMaenner { \global \clef "bass" \pausenMaenner} \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } >> \new Lyrics \lyricsto bass { \textMaenner } >> \new PianoStaff << \new Staff << \new Voice { \global \klavierLinks } >> \new Staff << \new Voice { \clef "bass" \global \klavierRechts } >> >> >> \header { title = "Gott gibt ein Fest" } \layout { indent = #0 } }