summaryrefslogtreecommitdiffstats
path: root/alleluia.ly
diff options
context:
space:
mode:
Diffstat (limited to 'alleluia.ly')
-rw-r--r--alleluia.ly12
1 files changed, 8 insertions, 4 deletions
diff --git a/alleluia.ly b/alleluia.ly
index 703fb1b..fa90fdc 100644
--- a/alleluia.ly
+++ b/alleluia.ly
@@ -25,7 +25,11 @@ lyr = \lyricmode {
lu __ ia!
}
-<<
- \new Voice = "melody" { \melody }
- \new Lyrics \lyricsto "melody" { \lyr }
->>
+\score{
+ <<
+ \new Voice = "melody" { \melody }
+ \new Lyrics \lyricsto "melody" { \lyr }
+ >>
+ \layout {}
+ \midi {}
+}