\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 = "Befiehl dem Herren deine Wege" tagline = "" } \paper { top-margin = 5 } \score { << \set Score.skipBars = ##t \new ChoirStaff << \new Voice = sopran { \global \sopranMelodie } \new Lyrics \lyricsto sopran { \textSopranI } \new Lyrics \lyricsto sopran { \textSopranII } \new Voice = alt { \global \altMelodie } \new Lyrics \lyricsto alt { \textAlt } \new Voice = tenor { \clef "G_8" \global \tenorMelodie } \new Lyrics \lyricsto tenor { \textTenor } \new Voice = bass { \clef "bass" \global \bassMelodie } \new Lyrics \lyricsto bass { \textBass } >> \new PianoStaff << \new Staff = "links" { \global \autoBeamOn \klavierLinksMelodie } \new Staff = "rechts" { \clef "bass" \global \autoBeamOn << \klavierMitteMelodie \klavierRechtsMelodie >> } >> >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves } } }