diff options
Diffstat (limited to 'laudate.ly')
| -rw-r--r-- | laudate.ly | 22 |
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" |
