summaryrefslogtreecommitdiff
path: root/Messias/parts/XV.ly
blob: 82c2902b86b45655963624baf7d20448d4de82e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\include "deutsch.ly"
#(ly:set-option 'relative-includes #t)
\include "stimmenXV.ly"
\include "texteXV.ly"
#(ly:set-option 'relative-includes #f)

XV = \score { % XV % {{{
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff {
      \label #'ChorXV
      \new Voice = sopran { \globalXV \sopranMelodieXV \bar "|." }
    }
    \new Lyrics \lyricsto sopran { \sopranTextXV }
    \new Staff {
	\new Voice = alt    { \globalXV \altMelodieXV }
    }
    \new Lyrics \lyricsto alt{ \altTextXV }
    \new Staff {
	\new Voice = tenor   { \globalXV \tenorMelodieXV }
    }
    \new Lyrics \lyricsto tenor { \tenorTextXV }
    \new Staff {
	\new Voice = bass    { \globalXV \bassMelodieXV }
    }
    \new Lyrics \lyricsto bass { \bassTextXV }
  >>
  \layout {
    indent = #0
  }
  \header {
    title = "Nr. 15 Chor"
  }
} % }}}