\include "deutsch.ly" \include "stimmen.ly" \include "texte.ly" #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \pointAndClickOff \header { tagline = "" title = "Lob singet Gott, dem Herrn" } \paper { top-margin = 5 } \score { \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 << \new Staff = klavierRechts << \new Voice = rechteHand { \global \oneVoice \klavierRechts } \new Voice = rechteHandO { \global \voiceOne \klavierRechtsO } \new Voice = rechteHandU { \global \voiceTwo \klavierRechtsU } >> \new Staff = klavierLinks << \new Voice = linkeHand { \global \clef "bass" \oneVoice \klavierLinks } \new Voice = linkeHandO { \global \clef "bass" \voiceOne \klavierLinksO } \new Voice = linkeHandU { \global \clef "bass" \voiceTwo \klavierLinksU } >> >> >> }