\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)" composer = "Melodie: Halle 1704" arranger = "Satz: Friedrich Silcher (1789-1860)" tagline = "" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = frauen { \global \oneVoice \pausen } %fermaten_Pausen \new Voice = sopran { \global \voiceOne \melodieSopran } \new Voice = alt { \global \voiceTwo \melodieAlt } >> ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }') ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }') ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }') ifdef(`STR_4',`\new Lyrics \lyricsto sopran { \textIV }') ifdef(`STR_5',`\new Lyrics \lyricsto sopran { \textV }') \new Staff << \new Voice = maenner { \global \clef "bass" \oneVoice \pausen } %fermaten_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 } } }