Re: adding markup from event listeners

2018-02-19 Thread Maurits Lamers
Hi, > Op 17 feb. 2018, om 09:21 heeft David Kastrup het volgende > geschreven: >> >> As I am doing my analysis on the finalize event, I can only add the >> markup after the analysis in the same event. > > That won't do I think (you'd have to _not_ use a grob but rather fiddle >

Re: adding markup from event listeners

2018-02-17 Thread David Kastrup
Maurits Lamers writes: > Hi, > > Thanks for your suggestion! > > I have been looking at edition-engraver and I tried to come up with > something which mimics what edition-engraver is doing. That something > however crashes Lilypond with a segmentation fault. > > As I am

Re: adding markup from event listeners

2018-02-16 Thread Maurits Lamers
Hi, Thanks for your suggestion! I have been looking at edition-engraver and I tried to come up with something which mimics what edition-engraver is doing. That something however crashes Lilypond with a segmentation fault. As I am doing my analysis on the finalize event, I can only add the

Re: adding markup from event listeners

2018-02-16 Thread Kieren MacMillan
Hi Maurits, Have you looked at how the edition-engraver works? I use it to add markup to my scores all the time. Either you can use it as is, or perhaps the code will give you hints as to how to tweak your Scheme code to get the desired effect. Hope that helps! Kieren.

adding markup from event listeners

2018-02-16 Thread Maurits Lamers
Hi all, I am doing some processing of musical material in order to detect certain music conditions (such as certain types of intervals etc.) The processing is done in Scheme, where I first collect all note information through note-event listeners, then use the finalize event to do the actual