\include "deutsch.ly" \include "stimmen.ly" \include "texte.ly" #(set-default-paper-size "a5") \pointAndClickOff \header { title = "Alle meine Entchen" tagline = "" } \paper { top-margin = 5 } \score { \new ChoirStaff << % \transpose c e << \set Score.skipBars = ##t \new ChordNames { \global \akkorde } \new Staff { << \new Voice = "Melodie" { \global \melodie } >> } \new Lyrics \lyricsto "Melodie" \textI >> \layout { indent = #0 } } \markup { \fill-line { \hspace #0.1 % moves the column off the left margin; % can be removed if space on the page is tight \column { \textII % \combine \null \vspace #0.1 % adds vertical spacing between verses % \textIII % \combine \null \vspace #0.1 % adds vertical spacing between verses % \textIV } \hspace #0.1 % gives some extra space on the right margin; % can be removed if page space is tight } }