\include "deutsch.ly" \include "stimmen.ly" \include "texte.ly" \include "artikulation.ly" #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) #(set-default-paper-size "kindle") \header { tagline = "" title = "Tröstet mein Volk" \pointAndClickOff } \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 = sopran { \global \sopranMelodie } \artikulationAlle >> \new Lyrics \lyricsto sopran { \textSopran } \new Staff << \new Voice = alt { \global \altMelodie } \artikulationAlle >> \new Lyrics \lyricsto alt { \textAlt } \new Staff << \new Voice = tenor { \global \clef "G_8" \tenorMelodie } \artikulationAlle >> \new Lyrics \lyricsto tenor { \textTenor } \new Staff << \new Voice = bass { \global \clef "bass" \bassMelodie } \artikulationAlle >> \new Lyrics \lyricsto bass { \textBass } >> }