How to hide measure numbers in Lilypond?

848 Views Asked by At

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

How to hide these numbers?

bars with measure numbers

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

It is actually at the end of the documentation:

\layout {
    \context {
        \Score
        \omit BarNumber
    }
}