summaryrefslogtreecommitdiffstats
path: root/layout.tly
diff options
context:
space:
mode:
Diffstat (limited to 'layout.tly')
-rw-r--r--layout.tly8
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 {}
+}