bug-lilypond
[Top][All Lists]
Advanced

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

Setting SystemStartBracket style to 'brace failing


From: Thomas Morley
Subject: Setting SystemStartBracket style to 'brace failing
Date: Sat, 11 Apr 2020 14:01:04 +0200

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

Attachment: system-start-brace-2-12-3.png
Description: PNG image

Attachment: system-start-brace-2-20.0.png
Description: PNG image


reply via email to

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