edition-engraver engine.scm with 2.23.6

2022-09-27 Thread Kieren MacMillan
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

Re: edition-engraver engine.scm with 2.23.6

2022-09-27 Thread Jean Abou Samra
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?

Re: edition-engraver engine.scm with 2.23.6

2022-09-27 Thread Kieren MacMillan
Hi Jean, > There was a renaming. If you had markFormatter somewhere in your > code, you need to change it into rehearsalMarkFormatter. Or just > “Run convert-ly ™” :-) I did that. It apparently doesn‘t solve the "Wrong type argument in position 2" error…? Thanks, Kieren.

Re: edition-engraver engine.scm with 2.23.6

2022-09-27 Thread Jean Abou Samra
Le 28/09/2022 à 00:44, Kieren MacMillan a écrit : Hi Jean, There was a renaming. If you had markFormatter somewhere in your code, you need to change it into rehearsalMarkFormatter. Or just “Run convert-ly ™” :-) I did that. It apparently doesn‘t solve the "Wrong type argument in position 2" er

Re: edition-engraver engine.scm with 2.23.6

2022-09-27 Thread Kieren MacMillan
Hi Jean, > Then please give an example. Come on, you're a long-time user, > you know https://lilypond.org/tiny-examples.html, right? :D Tiny example… with the edition-engraver… and an include tree of multiple dozens of files… Sure, I'll get right on that. ;) > The examples in the edition-engra

Re: edition-engraver engine.scm with 2.23.6

2022-09-28 Thread Mark Knoop
Hi Kieren, At 20:02 on 27 Sep 2022, Kieren MacMillan wrote: > I ran with --verbose, and here's the output: Would it be possible to send that as text? > I downloaded the files from > about a week ago — do you > have a different set/source? Probably bes

Re: edition-engraver engine.scm with 2.23.6

2022-09-28 Thread Jean Abou Samra
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, i

Re: edition-engraver engine.scm with 2.23.6

2022-09-28 Thread Jean Abou Samra
Le 28/09/2022 à 09:48, Mark Knoop a écrit : Hi Kieren, At 20:02 on 27 Sep 2022, Kieren MacMillan wrote: I ran with --verbose, and here's the output: Would it be possible to send that as text? I downloaded the files from about a week ago — do you ha

Re: edition-engraver engine.scm with 2.23.6

2022-09-28 Thread Kieren MacMillan
Hi Jean, > 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)))

Re: edition-engraver engine.scm with 2.23.6

2022-10-04 Thread Jean Abou Samra
Hi, Le 28/09/2022 à 12:13, Jean Abou Samra a écrit : 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. The basic failure in LilyPond is fixed no