\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 = "Kanon zur Jahreslosung 2016" poet = "Text: Jahreslosung 2016" composer = "Melodie: Mathias Gauer" tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = melodie { \global \melodie } >> \new Lyrics = text { } \context Lyrics = text \lyricsto melodie { \text } >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } ragged-last = ##f } }