\version "2.19.82" \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 = "Dunkel geworden sind meine Augen" composer = "Johann Georg Herzog, op. 48 Nr. 4" } \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } \new ChoirStaff << \set Score.skipBars = ##t \new Lyrics = "sopran" { } \new Staff << \new Voice = frauen { \global \oneVoice \frauenPausen } \new Voice = sopran { \global \voiceOne << \sopranDynamik \dynamik \sopranMelodie >> } \new Voice = alt { \global \voiceTwo << \altDynamik \altMelodie >> } >> \new Lyrics = "alt" { } \new Lyrics = "tenor" { } \new Staff << \clef "bass" \new Voice = maenner { \global \oneVoice \maennerPausen } \new Voice = tenor { \global \voiceOne << \tenorDynamik \tenorMelodie >> } \new Voice = bass { \global \voiceTwo << \bassDynamik \dynamik \bassMelodie >> } >> \new Lyrics = "bass" { } \context Lyrics = "sopran" \lyricsto sopran { \textSopran } \context Lyrics = "alt" \lyricsto alt { \textAlt } \context Lyrics = "tenor" \lyricsto tenor { \textTenor } \context Lyrics = "bass" \lyricsto bass { \textBass } >> }