summaryrefslogtreecommitdiffstats
path: root/layout.tly
diff options
context:
space:
mode:
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 {}
}