summaryrefslogtreecommitdiff
path: root/Die_Weihnachtsgeschichte/parts/satz_XV.ly
blob: adbc17fc3cd21ccef2b598a441734a4e2311c32c (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
\include "deutsch.ly"

\score {
  \header {
    piece = \markup { \bold "15. Choral" }
  }
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Lyrics = textXVSopran
    \new Staff {
      <<
        \new Voice = frauen { \globalXV \pausenXV }
        \new Voice = sopran { \globalXV \voiceOne \sopranXV }
        \new Voice = alt    { \globalXV \voiceTwo \altXV }
      >>
    }
    \new Lyrics = textXV
    \new Lyrics = textXVTenor
    \new Staff <<
      \new Voice = maenner { \globalXV \clef "bass" \pausenXV }
      \new Voice = tenor   { \globalXV \clef "bass" \voiceOne \tenorXV }
      \new Voice = bass    { \globalXV \clef "bass" \voiceTwo \bassXV }
    >>
    \new Lyrics = textXVBass
    \context Lyrics = textXVSopran \lyricsto sopran \textXVSopran
    \context Lyrics = textXV \lyricsto alt \textXV
    \context Lyrics = textXVTenor \lyricsto tenor \textXVTenor
    \context Lyrics = textXVBass \lyricsto bass \textXVBass
  >>
  \layout {
    indent = #0
  }
}