3

In Lilypond, by default measure numbers are printed in each new line.

How to hide these numbers?

bars with measure numbers

Thanks

Jean-Francois T.
  • 11,549
  • 7
  • 68
  • 107

1 Answers1

5

It is actually at the end of the documentation:

\layout {
    \context {
        \Score
        \omit BarNumber
    }
}
Jean-Francois T.
  • 11,549
  • 7
  • 68
  • 107