\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Die Himmel erzählen" poet = "Text: Jan Janessen (zu Psalm 19)" composer = "Melodie: Fritz Baltruweit (*1955)" } \new ChoirStaff << \new ChordNames { \global \germanChords \akkorde } \new Staff << \new Voice = "Sopran" { \voiceOne \global \sopranMelodie } \new Voice = "Alt" { \voiceTwo \global \altMelodie } \new Lyrics \lyricsto "Sopran" { \textI } \new Lyrics \lyricsto "Sopran" { \textII } \new Lyrics \lyricsto "Sopran" { \textIII } >> \new Staff << \clef "bass" \new Voice = "Maenner" { \oneVoice \global \pausenMaenner } \new Voice = "Tenor" { \voiceOne \global \tenorMelodie } \new Voice = "Bass" { \voiceTwo \global \bassMelodie } >> >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves } } }