summaryrefslogtreecommitdiffstats
path: root/laudate.ly
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-09-02 13:50:21 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2015-09-02 13:50:21 -0400
commit5161610e394a481870a2290e70312414f54771d5 (patch)
tree3145ce9486815f473e4c22cd283c457a19a66958 /laudate.ly
parent8eaba06ae48e298bf23a03e4fa9d7b0bca05accd (diff)
downloadwedding-booklet-5161610e394a481870a2290e70312414f54771d5.tar.gz
last changes
Diffstat (limited to 'laudate.ly')
-rw-r--r--laudate.ly22
1 files changed, 22 insertions, 0 deletions
diff --git a/laudate.ly b/laudate.ly
new file mode 100644
index 0000000..2c61465
--- /dev/null
+++ b/laudate.ly
@@ -0,0 +1,22 @@
+melody = {
+ \key c \major
+ \time 3/4
+ \relative c'' \repeat volta 2{
+ a4 a a | gis8 fis gis2|
+ a4 a a | b8 a b2|
+ c4 c r4 | b4 b r4 |
+ }\alternative{
+ {c c d | b2.}
+ {a4 a gis | b2. \bar "|."}
+ }
+}
+
+lyr = \lyricmode {
+ Lau -- da -- te | Do -- mi -- num, |
+ lau -- da -- te | Do -- mi -- num |
+ om -- nes | gen -- tes, |
+ al -- le -- lu -- | ia. |
+ al -- le -- lu -- | ia. |
+}
+
+\include "layout.tly"