summaryrefslogtreecommitdiffstats
path: root/agnus.ly
diff options
context:
space:
mode:
Diffstat (limited to 'agnus.ly')
-rw-r--r--agnus.ly39
1 files changed, 39 insertions, 0 deletions
diff --git a/agnus.ly b/agnus.ly
new file mode 100644
index 0000000..a4a3b34
--- /dev/null
+++ b/agnus.ly
@@ -0,0 +1,39 @@
+<<
+\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
+
+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
+
+<<
+{
+\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
+}
+>>
+}
+>>