summaryrefslogtreecommitdiff
path: root/Uns_ist_ein_Kind_geboren/parts/II_Chor.ly
blob: 554c5df221ed4b04663fd6160213676102f07c3e (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 {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Lyrics = textSopran { }
    \new Staff <<
      \label #'II
      \new Voice = frauen   { \globalII \oneVoice \frauenPausenII }
      \new Voice = sopran   { \globalII \voiceOne << \sopranMelodieII \artikulationII >> }
      \new Voice = alt      { \globalII \voiceTwo \altMelodieII }
    >>
    \new Lyrics = textAlt    { }
    \new Lyrics = textTenor  { }
    \new Staff <<
      \new Voice = maenner  { \globalII \oneVoice \maennerPausenII }
      \new Voice = tenor    { \globalII \clef "bass" \voiceOne \tenorMelodieII }
      \new Voice = bass     { \globalII \clef "bass" \voiceTwo << \bassMelodieII \artikulationII >> }
    >>
    \new Lyrics = textBass   { }
    \context Lyrics = textSopran  \lyricsto sopran \textSopranII
    \context Lyrics = textAlt     \lyricsto alt    \textAltII
    \context Lyrics = textTenor   \lyricsto tenor  \textTenorII
    \context Lyrics = textBass    \lyricsto bass   \textBassII
  >>
  \layout {
    indent = #0
  }
  \header {
    tagline = ##f
    piece = "2. Chor"
  }
}