bug-lilypond
[Top][All Lists]
Advanced

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

Re: Setting SystemStartBracket style to 'brace failing


From: Thomas Morley
Subject: Re: Setting SystemStartBracket style to 'brace failing
Date: Mon, 13 Apr 2020 11:31:28 +0200

Am Sa., 11. Apr. 2020 um 14:01 Uhr schrieb Thomas Morley
<address@hidden>:
>
> Hi,
>
> consider the following code:
>
> mus =
>   \relative c''
>     <<
>       \new Staff { c1 }
>       \new Staff { c1 }
>     >>
>
> \new StaffGroup
>   \with {
>     \override SystemStartBracket #'style = #'brace
>   }
>   \mus
>
> \new StaffGroup
>   \with {
>     \override SystemStartBracket #'style = #'bar-line
>   }
>   \mus
>
> \new StaffGroup
>   \with {
>     \override SystemStartBracket #'style = #'line-bracket
>   }
>   \mus
>
> \new StaffGroup
>   \with {
>     \override SystemStartBracket #'style = #'bracket
>   }
>   \mus
>
> The style-override for 'brace results in _not_ printing a
> SystemStartBrace or anything, while all other settings work (image
> attached).
> This happens for every version since 2.14.2
> It worked for 2.12.3, thus the ancient syntax (image attached).
>
> I'm aware I can get a brace by setting systemStartDelimiter
> accordingly, though above is a minimal boiled down from a larger
> custom coding, where this currently failing override is needed.
>
> Cheers,
>   Harm

https://sourceforge.net/p/testlilyissues/issues/5899/



reply via email to

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