在Lilypond中,默认情况下,测量编号打印在每个新行中。
如何隐藏这些数字?
谢谢
发布于 2020-10-18 23:06:33
它实际上位于documentation的末尾
\layout { \context { \Score \omit BarNumber } }
https://stackoverflow.com/questions/64414847
相似问题