\include "deutsch.ly" include(stimmen.pre) include(texte.pre) %spezifisch% \version "2.19.80" \pointAndClickOff \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \score { \header { tagline = "" title = "Viele verachten die edele Musik" } \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } \new Staff << \set Score.skipBars = ##t \new ChoirStaff << \new Staff << \new Voice = "sopran" { \global \voiceOne \sopranMelodie } \new Voice = "alt" { \global \voiceTwo \altMelodie } >> \new Lyrics = "sopranTextI" {} \new Lyrics = "sopranTextII" {} \new Lyrics = "tenorTextI" {} \new Lyrics = "tenorTextII" {} \new Staff << \clef "bass" \new Voice = "maenner" { \global \oneVoice \maennerPausen } \new Voice = "tenor" { \global \voiceOne \tenorMelodie } \new Voice = "bass" { \global \voiceTwo \bassMelodie } >> \new Lyrics = "bassTextI" {} \new Lyrics = "bassTextII" {} \context Lyrics = "sopranTextI" \lyricsto "sopran" \sopranTextI \context Lyrics = "sopranTextII" \lyricsto "sopran" \sopranTextII \context Lyrics = "tenorTextI" \lyricsto "tenor" \tenorTextI \context Lyrics = "tenorTextII" \lyricsto "tenor" \tenorTextII \context Lyrics = "bassTextI" \lyricsto "bass" \bassTextI \context Lyrics = "bassTextII" \lyricsto "bass" \bassTextII >> >> }