lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cadenza followed by a MMR is buggy


From: Dan Eble
Subject: Re: cadenza followed by a MMR is buggy
Date: Thu, 14 Jan 2021 18:33:59 -0500

On Jan 14, 2021, at 11:38, Thomas Morley <thomasmorley65@gmail.com> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]