summaryrefslogtreecommitdiff
path: root/Uns_ist_ein_Kind_geboren/parts/VIII_Choral.ly
blob: 68b75f2f86d9714cfff85597efa5376b134452c5 (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
\include "deutsch.ly"

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \label #'VIII
      \new Voice = frauen   { \globalVIII \oneVoice \pausenVIII }
      \new Voice = sopran   { \globalVIII \voiceOne << \sopranMelodieVIII \artikulationVIII >> }
      \new Voice = alt      { \globalVIII \voiceTwo \altMelodieVIII }
    >>
    \new Lyrics = text { }
    \new Staff <<
      \new Voice = maenner  { \globalVIII \oneVoice \pausenVIII }
      \new Voice = tenor    { \globalVIII \clef "bass" \voiceOne \tenorMelodieVIII }
      \new Voice = bass     { \globalVIII \clef "bass" \voiceTwo << \bassMelodieVIII \artikulationVIII >> }
    >>
    \context Lyrics = text \lyricsto sopran \textVIII
  >>
  \layout {
    indent = #0
  }
  \header {
    tagline = ##f
    piece = "8. Choral - Halleluja"
  }
}