Le 01/11/2022 à 22:51, Paul Scott a écrit :
I
\set Score.quoteCueEventTypes #'(
note-event rest-event tie-event beam-event tuplet-span-event
dynamic-event slur-event articulation-event )
and when I use \cueDuring I get everything except hairpins on the cue.
That is as expected, as you can see on
https://lilypond.org/doc/v2.23/Documentation/internals/dynamic_002devent
(It's not exactly the same mechanism as play internally as
what is shown on that page, but both are supposed to be
synchronized.)
To get hairpins, you need to use span-dynamic-event in addition to
the events classes you already have.
Best,
Jean