\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 { title = "In Christus" poet = "deutscher Text: Guido Baltes" composer = "Satz: H. W. Scharnowski" tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new ChordNames { \set chordChanges = ##t \global \akkorde } \new Staff << \new Voice = alle { \global \oneVoice \melodieAlle } \new CueVoice { \global \oneVoice \melodieBegleitungOben } \new Voice = sopran { \global \voiceOne \melodieSopran } \new Voice = alt { \global \voiceTwo \melodieAlt } >> \new Lyrics \lyricsto alle { \textAlle } \new Lyrics \lyricsto sopran { \textSopran } \new Staff << \new Voice = maenner { \global \clef "bass" \oneVoice \pausenMaenner } \new CueVoice { \global \clef "bass" \oneVoice \melodieBegleitungUnten } \new Voice = tenor { \global \clef "bass" \voiceOne \melodieTenor } \new Voice = bass { \global \clef "bass" \voiceTwo \melodieBass } >> >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } }