lilypond-user
[Top][All Lists]
Advanced

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

Re: edition-engraver engine.scm with 2.23.6


From: Jean Abou Samra
Subject: Re: edition-engraver engine.scm with 2.23.6
Date: Wed, 28 Sep 2022 12:13:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1

Le 28/09/2022 à 02:02, Kieren MacMillan a écrit :
Hi again,

I ran with --verbose, and here's the output:
[image]
Maybe something in there can be used to narrow down where I should be focusing my search?



Looks like the edition-engraver doesn't like injecting
\newSpacingSection. By the way, it has nothing to do with
2.23.6, also happens in 2.22. As a workaround, you can
replace \newSpacingSection with

#(make-event-chord (list (make-music 'SpacingSectionEvent 'dummy 'dummy)))

It seems that LilyPond does an inappropriate type check on
the second argument of ly:make-stream-event (pair? instead
of cheap-list?), but it also looks like edition-engraver is
missing some bits. I don't have the time to look more closely
for now, maybe later, or maybe someone else will do it.

Jean




reply via email to

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