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 ™” :-)
