summaryrefslogtreecommitdiffstats
path: root/layout.tly
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-08-11 01:51:04 -0700
committerThibaut Horel <thibaut.horel@gmail.com>2015-08-11 01:58:05 -0700
commitd49dc0855c3845c1a27639ff6bda372a0def0322 (patch)
tree38b5fe0f53c6bb987d5edacc97cafa223193127f /layout.tly
parent187fdf49b9edd3fce76f38e0af82581bf4f434fe (diff)
downloadwedding-booklet-d49dc0855c3845c1a27639ff6bda372a0def0322.tar.gz
Factorize layout
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 {}
+}