\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Schön ist die Erde" poet = "Schwedischer Text: B. S. Ingemann, 1850" meter = "Deutscher Text: Christoph Hartlieb" composer = "Schlesische Volksweise" arranger = "Satz: Anders Öhrwall (1932-2012)" } \new Staff << \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = frauen { \global \oneVoice \pausenFrauen } \new Voice = sopran { \global \voiceOne \melodieSopran } \new Voice = alt { \global \voiceTwo \melodieAlt } >> \new Lyrics \lyricsto alt { \textI \textII } \new Staff << \new Voice = maenner { \global \clef "bass" \oneVoice \pausenMaenner } \new Voice = tenor { \global \clef "bass" \voiceOne \melodieTenor } \new Voice = bass { \global \clef "bass" \voiceTwo \melodieBass } >> \new Lyrics \lyricsto bass { \textII } >> \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = textSopran { } \new Staff << \new Voice = sopranA { \global \melodieSopranAlleine } >> \new Lyrics \lyricsto sopranA { \textSopranAlleine } \new Staff << \new Voice = altA { \global \melodieAltAlleine } >> \new Lyrics \lyricsto altA { \textAltAlleine } \new Staff << \new Voice = tenorA { \global \clef "G_8" \melodieTenorAlleine } >> \new Lyrics \lyricsto tenorA { \textTenorAlleine } \new Staff << \new Voice = bassA { \global \clef "bass" \melodieBassAlleine } >> \new Lyrics \lyricsto bassA { \textBassAlleine } >> \new PianoStaff << \new Staff << \new Voice { \global \melodieOrgelRechts } >> \new Staff << \new Voice { \global \clef "bass" \melodieOrgelLinks } >> >> >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } }