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: Tue, 27 Sep 2022 23:12:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1

Le 27/09/2022 à 23:04, Kieren MacMillan a écrit :
Hi all,

I'm trying to run 2.23.6 with the edition-engraver. I think I have the most 
recent files, but I'm getting the following error:

warning: cannot find property type-check for 'markFormatter' 
(translation-type?).  perhaps a typing error?

It points to line 805 in engine.scm, and says "Wrong type argument in position 
2".
Here's lines 804-808:

                  (ly:broadcast (ly:context-event-source context)
                    (ly:make-stream-event
                     (ly:assoc-get 'types (ly:assoc-get mod-name 
music-descriptions '()) '())
                     (ly:music-mutable-properties mod)))
                  )

Can anyone help me figure out how to patch this?
Of course I'm under the gun for a big set of engravings — Mercury's still in 
retrograde, right? ;)



There was a renaming. If you had markFormatter somewhere in your
code, you need to change it into rehearsalMarkFormatter. Or just
“Run convert-ly ™” :-)




reply via email to

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