summaryrefslogtreecommitdiff
path: root/Missa_in_C/parts/Agnus_Dei.ly
blob: 80015d56d543c9ae11043516f5856f442d71ae09 (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
34
35
36
37
38
\include "deutsch.ly"

\score {
  \new ChoirStaff <<
    \set Score.skipBars = ##t
    \new Staff <<
      \label #'AgnusDei
      \globalAgnusDei
      \new Voice = frauen        { \globalAgnusDei \oneVoice \frauenPausenAgnusDei }
      \new CueVoice = soloSopran { \globalAgnusDei \voiceOne \soloSopranMelodieAgnusDei }
      \new CueVoice = soloAlt    { \globalAgnusDei \voiceTwo \soloAltMelodieAgnusDei }
      \new Voice = sopran        { \globalAgnusDei \voiceOne << \sopranMelodieAgnusDei \artikulationAgnusDei >> }
      \new Voice = alt           { \globalAgnusDei \voiceTwo \altMelodieAgnusDei }
    >>
    \new Lyrics = textAlt   { }
    \new Staff <<
      \clef "bass" 
      \new Voice = maenner       { \globalAgnusDei \oneVoice \maennerPausenAgnusDei }
      \new CueVoice = soloTenor  { \globalAgnusDei \voiceOne \soloTenorMelodieAgnusDei }
      \new CueVoice = soloBass   { \globalAgnusDei \voiceTwo \soloBassMelodieAgnusDei }
      \new Voice = tenor         { \globalAgnusDei \voiceOne \tenorMelodieAgnusDei }
      \new Voice = bass          { \globalAgnusDei \voiceTwo << \bassMelodieAgnusDei \artikulationAgnusDei >> }
    >>
    \new Lyrics = textBass { }
    \context Lyrics = textAlt    \lyricsto alt    \textAltAgnusDei
    \context Lyrics = textBass   \lyricsto bass   \textBassAgnusDei
  >>
  \layout {
    indent = #0
  }
  \header {
    title = "Missa in C"
    subtitle = "Orgelsolomesse KV 259"
    composer = "Wolfgang Amadeus Mozart (1756-1791)"
    piece = "AgnusDei"
    tagline = ##f
  }
}