\version "2.10.16" #(set-global-staff-size 17) \include "english.ly" \header { title = "Missa VIII (de angelis)"%: Gloria" copyright = "Typeset 2007 by Matthew Collett for the Auckland Catholic Music Schola—www.schola.org.nz" } \layout { indent = 0.0\cm \context { \Staff \remove "Time_signature_engraver" } } pipeSymbol = {\breathe \bar ""} notes = << \relative { \cadenzaOn \override Staff.BreathingSign #'text = #(make-musicglyph-markup "scripts.rvarcomma") c'8[ c a] g[ f] g[ a] g4 f4 \bar "|" c'8[ c] a[ g] f[ g] a[ g] f4 | f8[ g] a[ c] d4 c4 \bar "|" f8 e[( d c)] d4 c4 \bar "|" f8[ e] d[ c] d[( e)] d4( c4) \bar "|" c8[ c] a[( g f)] g[( a)] f4 \bar "|" f8[ g a] c[ d] c4 \bar "|" c8[ d e] f[ e d( e)] d4 c4 | c8[ c] a[ g] f[ g a] g4 f4 \bar "|" c'8[ c a] g f4 g8[ a] g4 f4 | f8[ g( a)] c[ d( c)] d[( e)] f[( e) d( c)] c4 \bar "|" c8[ c a] g[ f g a] c[ d] c4 | d8[( e) f( e)] d4 c4 \bar "|" f8[ e d] e[ d( c)] d[ e] d4 c4 | c8[ c] a[( g f)] g[( a g)] f4 \bar "|" f8 g[ a c] d[ c] d[( e f e)] d4( c4) | c8[ c] a[( g f)] g[( a)] g4 f4 \bar "|" f'8 e[ d c] d[ e] d4 c4 | c8[ c] a4 g8[ f g a] c[ d( c)] d[( e f e)] d4( c4) \bar "|" c8 c[ a g] f[ g a] g4 f4 | f8[ g] a[ c] d4 c4 \bar "|" f8[ e d c] d[ e] d4 c4 \bar "|" f8 e[ d( c)] d[( e) d( c)] c4 \bar "|" c8 c[ a g( f)] g[( a) c] d4( c4) | d8[( e) f( e)] d4 c4 \bar "|" c8 c[ a( g f)] g[( a) g] f4 | f8 g[ a c] d[ c] d[( e f e)] d4( c4) \bar "|" c8[( a g f] bf[ a g)] g4( f4) \bar "|." } >> words = \lyricmode { Glo -- ri -- a in ex -- cel -- sis De -- o, et in ter -- ra pax ho -- mi -- ni -- bus bo -- nae vo -- lun -- ta -- tis. Lau -- da -- mus te. Be -- ne -- di -- ci -- mus te. A -- do -- ra -- mus te. Glo -- ri -- fi -- ca -- mus te. Gra -- ti -- as a -- gi -- mus ti -- bi prop -- ter ma -- gnam glo -- ri -- am tu -- am. Do -- mi -- ne De -- us, Rex cae -- les -- tis, De -- us Pa -- ter om -- ni -- po -- tens. Do -- mi -- ne Fi -- li u -- ni -- ge -- ni -- te, Je -- su Chris -- te. Do -- mi -- ne De -- us, A -- gnus De -- i, Fi -- li -- us Pa -- tris. Qui tol -- lis pec -- ca -- ta mun -- di, mi -- se -- re -- re no -- bis. Qui tol -- lis pec -- ca -- ta mun -- di su -- sci -- pe de -- pre -- ca -- ti -- o -- nem no -- stram. Qui se -- des ad dex -- te -- ram Pa -- tris mi -- se -- re -- re no -- bis. Quo -- ni -- am tu so -- lus sanc -- tus. Tu so -- lus Do -- mi -- nus. Tu so -- lus Al -- tis -- si -- mus, Je -- su Chris -- te. Cum Sanc -- to Spi -- ri -- tu in glo -- ri -- a De -- i Pa -- tris. A -- men. } \score { << \new Staff << \transpose c a, { \clef treble \key f \major \new Voice = "gloria" { \notes } } >> \new Lyrics \lyricsto "gloria" { \words } >> \header {piece = "Gloria"} } agnusOne = << \relative { f8[( g g f)] g[( a)] \times 2/3 { f4( g f) } f4 | f8 f[( \set fontSize = #-4 d)] \normalsize d[( c)] d[ c] d[( f)] \times 2/3 { f4( g f) } f4 | } >> nobis = << \relative { f8 g[( a)] a g[( bf a g a)] \times 2/3 { f4( g f) } f4 \bar "|" } >> agnusTwo = << \relative { f8 a[( c)] c[( a g c)] c4 | c8 a[( g a)] f[ g f] g[( a)] \times 2/3 { f4( g f) } f4 | } >> notes = << \relative { \cadenzaOn \override Staff.BreathingSign #'text = #(make-musicglyph-markup "scripts.rvarcomma") \agnusOne \nobis \agnusTwo \nobis \agnusOne \nobis \bar "|." } >> agnus = \lyricmode { A -- gnus De -- i qui tol -- lis pec -- ca -- ta mun -- di: } miserere = \lyricmode { mi -- se -- re -- re no -- bis. } dona = \lyricmode { do -- na no -- bis pa -- cem. } \score { << \new Staff << \transpose c c { \clef treble \key f \major \new Voice = "agnusdei" { \notes } } >> \new Lyrics \lyricsto "agnusdei" { \agnus \miserere \agnus \miserere \agnus \dona } >> \header {piece = "Agnus Dei"} }