bug-lilypond
[Top][All Lists]
Advanced

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

Change staff with horizontal bracket engraver


From: Timothy Lanfear
Subject: Change staff with horizontal bracket engraver
Date: Fri, 15 Oct 2021 20:21:24 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

Since 2.23.3, this example produces several error messages of the type

programming error: cyclic dependency: calculation-in-progress encountered for #'adjacent-pure-heights (VerticalAxisGroup)
continuing, cross fingers

\version "2.23.3"

\layout {
  \context { \Voice \consists "Horizontal_bracket_engraver" }
}

\new StaffGroup <<
  \new Staff="A" {
    s1*2
  }
  \new Staff="B" {
    c'1\startGroup \change Staff="A" c'1\stopGroup
  }
>>


--
Timothy Lanfear, Bristol, UK.




reply via email to

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