diff options
Diffstat (limited to 'alleluia.ly')
| -rw-r--r-- | alleluia.ly | 12 |
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 {} +} |
