\include "deutsch.ly" include(artikulation.pre) include(stimmen.pre) include(texte.pre) %spezifisch% \header { tagline = "" } \paper { top-margin = 5 print-all-headers = ##t } \pointAndClickOff \score { \header { title = "Pachelbels Kanon des Friedens" composer = "Pachelbel" } \new ChoirStaff << \set Score.skipBars = ##t \new Staff << \new Voice = sopran { \global << \melodieSopran \artikulation >> } >> \new Lyrics \lyricsto sopran { \textSopran } \new Staff << \new Voice = alt { \global << \melodieAlt \artikulation >> } >> \new Lyrics \lyricsto alt { \textAlt } \new Staff << \new Voice = tenor { \clef "G_8" \global << \melodieTenor \artikulation >> } >> \new Lyrics \lyricsto tenor { \textTenor } \new Staff << \new Voice = bass { \clef "bass" \global << \melodieBass \artikulation >> } >> \new Lyrics \lyricsto bass { \textBass } >> \layout { % indent = #0 \context { \Staff \RemoveEmptyStaves } } }