summaryrefslogtreecommitdiff
path: root/Messias/parts/XV.ly
blob: 49afe40396dcfc2f59bb9e9a158635336e9d2ca8 (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
35
include(parts/stimmenXV.pre)
include(parts/texteXV.pre)

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff {
      \label #'ChorXV
      \new Voice = sopran { \globalXV \sopranMelodieXV }
    }
    \new Lyrics \lyricsto sopran { \sopranTextXVDeu }
    \new Staff {
	\new Voice = alt    { \globalXV \altMelodieXV }
    }
    \new Lyrics \lyricsto alt{ \altTextXVDeu }
    \new Staff {
	\new Voice = tenor   { \globalXV \tenorMelodieXV }
    }
    \new Lyrics \lyricsto tenor { \tenorTextXVDeu }
    \new Staff {
	\new Voice = bass    { \globalXV \bassMelodieXV }
    }
    \new Lyrics \lyricsto bass { \bassTextXVDeu }
  >>
  \layout {
    indent = #0
  }
  \header {
    title = "Messias"
    subtitle = ##f
    piece = "Nr. 15 Chor"
    composer = "Georg Friedrich Händel"
    tagline = ##f
  }
}