\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Macht hoch die Tür" poet = "Text: Georg Weissel (1590-1635)," meter = "Oberstimme: Matthäus 21,9" composer = "Melodie: Halle 1704" arranger = "Satz: Josef Michel (1928-2002)" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = oberstimme { \global \oneVoice \melodieOberstimme } >> \new Lyrics \lyricsto oberstimme { \textOberstimme } \new Staff << \new Voice = frauen { \global \oneVoice \pausen } \new Voice = sopran { \global \voiceOne \melodieSopran } \new Voice = alt { \global \voiceTwo \melodieAlt } >> \new Lyrics \lyricsto sopran { \textI } \new Lyrics \lyricsto sopran { \textII } \new Lyrics \lyricsto sopran { \textIII } \new Lyrics \lyricsto sopran { \textV } \new Staff << \new Voice = maenner { \global \clef "bass" \oneVoice \pausen } \new Voice = tenor { \global \clef "bass" \voiceOne \melodieTenor } \new Voice = bass { \global \clef "bass" \voiceTwo \melodieBass } >> >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } }