summaryrefslogtreecommitdiffstats
path: root/layout.tly
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2015-08-11 09:26:58 -0700
committerThibaut Horel <thibaut.horel@gmail.com>2015-08-11 09:26:58 -0700
commit38db03dcfe2093a3a47e4d581f30c5749b9aba4f (patch)
treec9d928551f97c27f5a7ceaa4e64e0fdd1dc560c4 /layout.tly
parentd49dc0855c3845c1a27639ff6bda372a0def0322 (diff)
downloadwedding-booklet-38db03dcfe2093a3a47e4d581f30c5749b9aba4f.tar.gz
Make staves smaller, remove bar numbers
Diffstat (limited to 'layout.tly')
-rw-r--r--layout.tly7
1 files changed, 6 insertions, 1 deletions
diff --git a/layout.tly b/layout.tly
index a5fffb1..3bb53cb 100644
--- a/layout.tly
+++ b/layout.tly
@@ -3,6 +3,11 @@
\new Voice = "melody" { \melody }
\new Lyrics \lyricsto "melody" { \lyr }
>>
- \layout {}
+ \layout {
+ \context {
+ \Score
+ \remove "Bar_number_engraver"
+ }
+ }
\midi {}
}