summaryrefslogtreecommitdiffstats
path: root/kyrie.ly
diff options
context:
space:
mode:
Diffstat (limited to 'kyrie.ly')
-rw-r--r--kyrie.ly12
1 files changed, 8 insertions, 4 deletions
diff --git a/kyrie.ly b/kyrie.ly
index 922d0ef..52b71a6 100644
--- a/kyrie.ly
+++ b/kyrie.ly
@@ -27,7 +27,11 @@ lyr = \lyricmode {
le -- i -- son.
}
-<<
- \new Voice = "melody" { \melody }
- \new Lyrics \lyricsto "melody" { \lyr }
->>
+\score{
+ <<
+ \new Voice = "melody" { \melody }
+ \new Lyrics \lyricsto "melody" { \lyr }
+ >>
+ \layout {}
+ \midi {}
+}