\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 { title = "Wir wünschen, dass jedes Kind auf der Welt lachen kann" } \new Staff << \set Score.skipBars = ##t \new Staff << \new Voice = instrumentI { \global \oneVoice \melodieInstrumentI } \voltaSpanner >> \new Staff << \new Voice = oberstimme { \global \oneVoice \melodieOberstimme } >> \new Lyrics \lyricsto oberstimme { \textOberstimmeI } \new Lyrics \lyricsto oberstimme { \textOberstimmeII } \new Lyrics \lyricsto oberstimme { \textOberstimmeIII } \new ChoirStaff << \new Staff << \new Voice = frauen { \global \oneVoice \pausen } \new Voice = sopran { \global \voiceOne \melodieSopran } \new Voice = alt { \global \voiceTwo \melodieAlt } >> \new Lyrics \lyricsto alt { \textI } \new Lyrics \lyricsto alt { \textII } \new Lyrics \lyricsto alt { \textIII } \new Staff << \new Voice = maenner { \clef "bass" \global \oneVoice \pausen } \new Voice = tenor { \clef "bass" \global \voiceOne \melodieTenor } \new Voice = bass { \clef "bass" \global \voiceTwo \melodieBass } >> >> \new Staff << \new Voice = instrumentII { \clef "bass" \global \oneVoice \melodieInstrumentII } >> >> \layout { indent = #0 \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first = ##t } } }