summaryrefslogtreecommitdiffstats
path: root/agnus.ly
diff options
context:
space:
mode:
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 {}
+}