summaryrefslogtreecommitdiff
path: root/Gloria_in_D/parts/Agnus.ly
blob: d3e950ace17083143a1b4d38c0f250eef692f2e3 (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 { % Agnus % {{{
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \addQuote "altCue" { \altCue }
    \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 = "Gloria in D"
    composer = "Antonio Vivaldi"
    tagline = ##f
    piece = "8. Domine Deus, agnus Dei"
  }
} % }}}