\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 { tagline = "" title = "In die dunkle Nacht des Stalles" } \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 \pausen \new Voice = sopran { \global \voiceOne \sopranMelodie } \new Voice = alt { \global \voiceTwo \altMelodie } >> \new Lyrics \lyricsto sopran { \textI } \new Lyrics \lyricsto sopran { \textII } \new Lyrics \lyricsto sopran { \textIII } \new Staff << \new Voice = maenner { \global \clef "bass" \maennerMelodie } >> \new PianoStaff << \new Staff << \new Voice = rechteHand { \global \klavierRechts } >> \new Staff << \new Voice = linkeHand { \global \clef "bass" \klavierLinks } >> >> >> }