The snippet putting bar numbers on odd bars does not seem to work on 2.16.0
- it worked on an earlier release
\context {
\Score
barNumberVisibility = #all-bar-numbers-visible
barNumberVisibility = #(lambda (n) (= (modulo n 2) 1))
\override BarNumber #'break-visibility = #all
> I'm not top posting.
Hi,
I would like to ask about an issue, maybe not a big one, but I got stuck to this
for some reason.
My use case: I would like to use connected arpeggio bracket in one meaning with
a color and unconnected arpeggio in default color and format.
Running the script below set