lilypond-user
[Top][All Lists]
Advanced

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

SystemStart changes after stop/startStaff - how to get it back


From: Thomas Morley
Subject: SystemStart changes after stop/startStaff - how to get it back
Date: Sun, 12 Apr 2020 12:50:18 +0200

Hi,

consider the following code:


mus = \new Staff { R1 \break R \stopStaff s \startStaff R \break R \break R }

\new StaffGroup
  \with {
      systemStartDelimiterHierarchy =
        #'(SystemStartBracket (SystemStartBrace a b c))
  }
  << \mus \mus \mus >>


The SystemStartBrace vanishes after stop/startStaff.
I'm at a loss here, it does not work out of the box for every version
from 2.12.3 up to master.

Any chance to get the additional SystemStartBrace back?

Cheers,
  Harm



reply via email to

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