diff options
Diffstat (limited to 'layout.tly')
| -rw-r--r-- | layout.tly | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout.tly b/layout.tly new file mode 100644 index 0000000..a5fffb1 --- /dev/null +++ b/layout.tly @@ -0,0 +1,8 @@ +\score{ + << + \new Voice = "melody" { \melody } + \new Lyrics \lyricsto "melody" { \lyr } + >> + \layout {} + \midi {} +} |
