summaryrefslogtreecommitdiffstats
path: root/kyrie.ly
diff options
context:
space:
mode:
Diffstat (limited to 'kyrie.ly')
-rw-r--r--kyrie.ly33
1 files changed, 33 insertions, 0 deletions
diff --git a/kyrie.ly b/kyrie.ly
new file mode 100644
index 0000000..922d0ef
--- /dev/null
+++ b/kyrie.ly
@@ -0,0 +1,33 @@
+melody = {
+ \key d \minor
+ \relative c'' {
+ \repeat volta 2{
+ a a d d
+ c c a2
+ f4 f g g
+ a a d,2 \mark\markup {\small \italic "(Fin)"} \bar "||"
+
+ bes'2 a
+ bes4( g) a2
+ bes2 a4 f
+ g g a2
+ }
+ }
+}
+
+lyr = \lyricmode {
+ Ky -- ri -- e e --
+ le -- i -- son,
+ Ky -- ri -- e e --
+ le -- i -- son.
+
+ Chris -- te,
+ Chris -- te,
+ Chris -- te e --
+ le -- i -- son.
+}
+
+<<
+ \new Voice = "melody" { \melody }
+ \new Lyrics \lyricsto "melody" { \lyr }
+>>