summaryrefslogtreecommitdiffstats
path: root/agnus.ly
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-08-11 01:11:09 -0700
committerThibaut Horel <thibaut.horel@gmail.com>2015-08-11 01:11:09 -0700
commit0107d0321e81f5164c9e8550ab86949c3e734e0c (patch)
tree3ab7f1edadefaf69a555cf3613367c5f196adf47 /agnus.ly
parenta78f1399b655b7fb6eba74f22186e46cdfabdb70 (diff)
downloadwedding-booklet-0107d0321e81f5164c9e8550ab86949c3e734e0c.tar.gz
End of ordinarium parts from Missa Pro Europa
Diffstat (limited to 'agnus.ly')
-rw-r--r--agnus.ly69
1 files changed, 36 insertions, 33 deletions
diff --git a/agnus.ly b/agnus.ly
index a4a3b34..14272bd 100644
--- a/agnus.ly
+++ b/agnus.ly
@@ -1,39 +1,42 @@
-<<
-\new Voice = "melody" {
-\key d \minor
-\relative c'' \repeat volta 3 {
-\partial 2 a a
-g g r a
-d d8 d c4 c
-bes2 a2
+melody = {
+ \key d \minor
+ \relative c'' \repeat volta 3 {
+ \partial 2 a a
+ g g r a
+ d d8 d c4 c
+ bes2 a2
-f8[ e] d f e4 e
-f8[ e] d f g4 g
-a4. a8 g4 f
-e2 d
-}
+ f8[ e] d f e4 e
+ f8[ e] d f g4 g
+ a4. a8 g4 f
+ e2 d
+ }
}
-\new Lyrics \lyricsto "melody" {
-A -- gnus |
-De -- i Qui |
-Tol -- lis pec -- ca -- ta |
-mun -- di
+lyr = \lyricmode {
+ A -- gnus |
+ De -- i Qui |
+ Tol -- lis pec -- ca -- ta |
+ mun -- di
-<<
-{
-\set stanza = #"1.2."
-Mi -- se -- re -- re no -- bis
-Mi -- se -- re -- re no -- bis
-Mi -- se -- re -- re no -- bis
-}
-\new Lyrics {
-\set associatedVoice = "melody"
-\set stanza = #"3."
-Do -- na no -- bis pa -- cem
-Do -- na no -- bis pa -- cem
-Do -- na no -- bis pa -- cem
-}
->>
+ <<
+ {
+ \set stanza = #"1.2."
+ Mi -- se -- re -- re no -- bis
+ Mi -- se -- re -- re no -- bis
+ Mi -- se -- re -- re no -- bis
+ }
+ \new Lyrics {
+ \set associatedVoice = "melody"
+ \set stanza = #"3."
+ Do -- na no -- bis pa -- cem
+ Do -- na no -- bis pa -- cem
+ Do -- na no -- bis pa -- cem
+ }
+ >>
}
+
+<<
+ \new Voice = "melody" { \melody }
+ \new Lyrics \lyricsto "melody" { \lyr }
>>