On Jan 14, 2021, at 11:38, Thomas Morley <[email protected]> wrote:
>
> Hi,
>
> this code
> {
> \cadenzaOn
> b2
> \bar "|"
> \cadenzaOff
> R1
> }
> returns bad output with current master.
> 2.22.0 is ok.
Alas, all is not well with earlier versions. Consider the confusing bar
numbers in the following elaboration of your example. How would you resolve
it? The attached image was generated with 2.20.0.
\new Score \with {
barNumberVisibility = #(every-nth-bar-number-visible 1)
\override BarNumber.break-visibility = #all-visible
} {
f'1
\cadenzaOn
b2
\bar "|"
\cadenzaOff
R1
}
—
Dan