In Lilypond, by default measure numbers are printed in each new line.
How to hide these numbers?
Thanks
In Lilypond, by default measure numbers are printed in each new line.
How to hide these numbers?
Thanks
It is actually at the end of the documentation:
\layout {
\context {
\Score
\omit BarNumber
}
}