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

\score {
  \header {
    title = "Die Weihnachtsgeschichte"
    composer = "Arnold Melchior Brunckhorst (um 1670-1725)"
    piece = \markup { \bold "3. Chor" }
  }
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff {
      <<
        \new Voice = frauen { \globalIII \pausenFrauenIII }
        \new Voice = sopran { \globalIII \voiceOne \sopranIII }
        \new Voice = alt    { \globalIII \voiceTwo \altIII }
      >>
    }
    \new Lyrics = textIII
    \new Staff <<
      \new Voice = maenner { \globalIII \clef "bass" \pausenMaennerIII }
      \new Voice = tenor   { \globalIII \clef "bass" \voiceOne \tenorIII }
      \new Voice = bass    { \globalIII \clef "bass" \voiceTwo \bassIII }
    >>
    \context Lyrics = textIII \lyricsto bass \textIII
  >>
  \layout {
    indent = #0
  }
}