bug-lilypond
[Top][All Lists]
Advanced

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

Re: Change staff with horizontal bracket engraver


From: jean
Subject: Re: Change staff with horizontal bracket engraver
Date: Sat, 16 Oct 2021 11:36:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.2

On 15/10/2021 21:21, Timothy Lanfear <timothy@lanfear.me> wrote:
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
 � }
 >>


Hi,

Thanks for your report, the bug is now being tracked at

https://gitlab.com/lilypond/lilypond/-/issues/6197

I've included a workaround there.

Best,
Jean



reply via email to

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