noteflakes / lydown

A language for music notation
http://ciconia.github.io/lydown
MIT License
24 stars 0 forks source link

Allow hiding bar numbers #10

Closed noteflakes closed 9 years ago

noteflakes commented 9 years ago

Add a new bar_numbers setting. When set to hide, the following is rendered:

\layout {
\context {
    \Score
    \remove "Bar_number_engraver"
  }
}