summaryrefslogtreecommitdiffstats
path: root/agnus.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 /agnus.ly
parent0107d0321e81f5164c9e8550ab86949c3e734e0c (diff)
downloadwedding-booklet-187fdf49b9edd3fce76f38e0af82581bf4f434fe.tar.gz
Add midi output
Diffstat (limited to 'agnus.ly')
-rw-r--r--agnus.ly12
1 files changed, 8 insertions, 4 deletions
diff --git a/agnus.ly b/agnus.ly
index 14272bd..8d0c47e 100644
--- a/agnus.ly
+++ b/agnus.ly
@@ -36,7 +36,11 @@ lyr = \lyricmode {
>>
}
-<<
- \new Voice = "melody" { \melody }
- \new Lyrics \lyricsto "melody" { \lyr }
->>
+\score{
+ <<
+ \new Voice = "melody" { \melody }
+ \new Lyrics \lyricsto "melody" { \lyr }
+ >>
+ \layout {}
+ \midi {}
+}