\include "deutsch.ly" include(stimmen.pre) include(texte.pre) include(artikulation.pre) %spezifisch% \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { title = "Übers Gebirg Maria geht" } \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopranI << \global \dynamik \sopranIMelodie >> >> \new Lyrics \lyricsto sopranI { \sopranITextI } \new Lyrics \lyricsto sopranI { \sopranITextII } \new Staff << \new Voice = sopranII << \global \dynamik\sopranIIMelodie >> >> \new Lyrics \lyricsto sopranII { \sopranIITextI } \new Lyrics \lyricsto sopranII { \sopranIITextII } \new Staff << \new Voice = alt << \global \dynamik \altMelodie >> >> \new Lyrics \lyricsto alt { \altTextI } \new Lyrics \lyricsto alt { \altTextII } \new Staff << \new Voice = tenor << \global \dynamik \clef "G_8" \tenorMelodie >> >> \new Lyrics \lyricsto tenor { \tenorTextI } \new Lyrics \lyricsto tenor { \tenorTextII } \new Staff << \new Voice = bass << \global \dynamik \clef "bass" \bassMelodie >> >> \new Lyrics \lyricsto bass { \bassTextI } \new Lyrics \lyricsto bass { \bassTextII } >> }