\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \pointAndClickOff \score { \header { title = "Ein Wandervolk" composer = "Arthur Lops" } \new ChoirStaff << \set Score.skipBars = ##t \new ChordNames << \set chordChanges = ##t \global \akkorde >> \new Staff << \new Voice = melodie { \global \melodie } >> \new Lyrics \lyricsto melodie { \text } >> \layout { % indent = #0 \context { \Staff \RemoveEmptyStaves } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 60 2) } } }