\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 { title = "Aller Augen warten auf dich, Herre" poet = "Text: Psalm 145,15-16" composer = "Satz: Heinrich Schütz 1657" tagline = "" } \new ChoirStaff << \set Score.skipBars = ##t \new ChordNames { \global \germanChords \akkorde } \new Staff << \new Voice = pFrauen { \global \oneVoice \pausen } \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics \lyricsto alt { \text } \new Staff << \new Voice = mFrauen { \global \clef "bass" \oneVoice \pausen } \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } >> >>