summaryrefslogtreecommitdiff
path: root/Uns_ist_ein_Kind_geboren/parts/IV_Chor.ly
blob: 81140cf3ab2f6e25f6d24badc43753230f158ee3 (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
\include "deutsch.ly"

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Lyrics = textSopran { }
    \new Staff <<
      \label #'IV
      \new Voice = frauen   { \globalIV \oneVoice \frauenPausenIV }
      \new Voice = sopran   { \globalIV \voiceOne << \sopranMelodieIV \artikulationIV >> }
      \new Voice = alt      { \globalIV \voiceTwo \altMelodieIV }
    >>
    \new Lyrics = textAlt    { }
    \new Staff <<
      \new Voice = maenner  { \globalIV \oneVoice \maennerPausenIV }
      \new Voice = tenor    { \globalIV \clef "bass" \voiceOne \tenorMelodieIV }
      \new Voice = bass     { \globalIV \clef "bass" \voiceTwo << \bassMelodieIV \artikulationIV >> }
    >>
    \new Lyrics = textBass   { }
    \context Lyrics = textSopran \lyricsto sopran \sopranTextIV
    \context Lyrics = textAlt    \lyricsto alt    \altTextIV
    \context Lyrics = textBass   \lyricsto bass   \bassTextIV
  >>
  \layout {
    indent = #0
  }
  \header {
    tagline = ##f
    piece = "4. Chor"
  }
}