\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Ich freue mich im Herrn" composer = "Gottfried August Homilius" tagline = "" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \global \melodieSopran } >> \new Lyrics = textSopran { } \new Staff << \new Voice = alt { \global \melodieAlt } >> \new Lyrics = textAlt { } \new Staff << \new Voice = tenor { \global \clef "G_8" \melodieTenor } >> \new Lyrics = textTenor { } \new Staff << \new Voice = bass { \global \clef "bass" \melodieBass } >> \new Lyrics = textBass { } \context Lyrics = textSopran \lyricsto sopran { \textSopran } \context Lyrics = textAlt \lyricsto alt { \textAlt } \context Lyrics = textTenor \lyricsto tenor { \textTenor } \context Lyrics = textBass \lyricsto bass { \textBass } >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 60 4) } } }