\include "deutsch.ly" #(ly:set-option 'relative-includes #t) \include "stimmen.ly" \include "texte.ly" #(ly:set-option 'relative-includes #f) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Gottes Wort ist wie Licht in der Nacht" poet = "Text: Hans-Hermann Bittger 1983" composer = "Melodie: Joseph Jacobsen 1935" tagline = "" } \new ChoirStaff << \set Score.skipBars = ##t \new ChordNames << \global \akkorde >> \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 } }