Re: Strange behaviour with unknown alternativeNumberingStyle

2022-12-31 Thread Thomas Morley
Meanwhile I created https://gitlab.com/lilypond/lilypond/-/issues/6507 Am Sa., 31. Dez. 2022 um 19:01 Uhr schrieb Dan Eble : > > On Dec 30, 2022, at 12:10, Thomas Morley wrote: > > > > Hi all, > > > > please have a look at: > > > > \version "2.25.0" > > > > { > > \override Score.BarNumber.break-

Re: Strange behaviour with unknown alternativeNumberingStyle

2022-12-31 Thread Dan Eble
On Dec 30, 2022, at 12:10, Thomas Morley wrote: > > Hi all, > > please have a look at: > > \version "2.25.0" > > { > \override Score.BarNumber.break-visibility = ##(#f #t #t) > % \set Score.alternativeNumberingStyle = #'whatever > b1 > \repeat volta 2 { c' c' } > \alternative { d' e' } >

Strange behaviour with unknown alternativeNumberingStyle

2022-12-30 Thread Thomas Morley
Hi all, please have a look at: \version "2.25.0" { \override Score.BarNumber.break-visibility = ##(#f #t #t) % \set Score.alternativeNumberingStyle = #'whatever b1 \repeat volta 2 { c' c' } \alternative { d' e' } f' } As soon as the style-setting is uncommented it behaves like \set