summaryrefslogtreecommitdiff
path: root/The_armed_man/parts/Kyrie.ly
blob: a3b18b7af9f6447facfc10f2421a44385a05b214 (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
\include "deutsch.ly"

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \label #'Kyrie
      \new Voice = frauen   { \globalKyrie \frauenPausenKyrie }
      \new Voice = sopran   { \globalKyrie \voiceOne \sopranMelodieKyrie }
      \new Voice = alt      { \globalKyrie \voiceTwo \altMelodieKyrie }
    >>
    \new Lyrics = text { }
    \new Staff <<
      \new Voice = maenner  { \globalKyrie \maennerPausenKyrie }
      \new Voice = tenor    { \globalKyrie \clef "bass" \voiceOne \tenorMelodieKyrie }
      \new Voice = bass     { \globalKyrie \clef "bass" \voiceTwo \bassMelodieKyrie }
    >>
    \context Lyrics = text \lyricsto bass \textKyrie
  >>
  \layout {
    indent = #0
  }
  \header {
    title = "Eine Messe für den Frieden"
    subtitle = "The armed man"
    composer = "Karl Jenkins *1944"
    tagline = ##f
    piece = "Kyrie"
  }
}