summaryrefslogtreecommitdiff
path: root/Gloria_in_D/parts/Agnus.ly
blob: 4307ac318ddc3539d023c094b19d9ce2481704b6 (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 { % Agnus % {{{
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \label #'Agnus
      \new Voice = frauen   { \globalAgnus \pausenAgnusFrauen }
      \new Voice = sopran   { \globalAgnus \voiceOne \sopranMelodieAgnus }
      \new Voice = alt      { \globalAgnus \voiceTwo \altMelodieAgnus }
    >>
    \new Lyrics = text { }
    \new Staff <<
      \new Voice = maenner  { \globalAgnus \pausenAgnusMaenner }
      \new Voice = tenor    { \globalAgnus \clef "bass" \voiceOne \tenorMelodieAgnus }
      \new Voice = bass     { \globalAgnus \clef "bass" \voiceTwo \bassMelodieAgnus }
    >>
    \context Lyrics = text \lyricsto bass \textAgnus
  >>
  \layout {
    indent = #0
  }
  \header {
    title = "8. Domine Deus, agnus Dei"
    composer = ##f
  }
} % }}}