summaryrefslogtreecommitdiffstats
path: root/sanctus.ly
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-08-11 01:32:53 -0700
committerThibaut Horel <thibaut.horel@gmail.com>2015-08-11 01:32:53 -0700
commit187fdf49b9edd3fce76f38e0af82581bf4f434fe (patch)
tree785b5ba3ba659f29bbfdef75f4dafcfce8a6d278 /sanctus.ly
parent0107d0321e81f5164c9e8550ab86949c3e734e0c (diff)
downloadwedding-booklet-187fdf49b9edd3fce76f38e0af82581bf4f434fe.tar.gz
Add midi output
Diffstat (limited to 'sanctus.ly')
-rw-r--r--sanctus.ly12
1 files changed, 8 insertions, 4 deletions
diff --git a/sanctus.ly b/sanctus.ly
index 587994b..ac159b8 100644
--- a/sanctus.ly
+++ b/sanctus.ly
@@ -47,7 +47,11 @@ lyr = \lyricmode {
Do -- mi -- ni.
}
-<<
- \new Voice = "melody" { \melody }
- \new Lyrics \lyricsto "melody" { \lyr }
->>
+\score{
+ <<
+ \new Voice = "melody" { \melody }
+ \new Lyrics \lyricsto "melody" { \lyr }
+ >>
+ \layout {}
+ \midi {}
+}