2015-01-10 4:36 GMT+01:00 Craig Dabelstein :
> Thanks Thomas. "text-script-event" was the one I was missing.
Hi again,
let me add some basic hints.
If you don't know how something is called in LilyPond, it's often
useful to display it as a first and lookup what you get in the IR.
For example '
Thanks Thomas. "text-script-event" was the one I was missing.
All the best,
Craig
On Sat Jan 10 2015 at 12:15:38 PM Thomas Morley
wrote:
> 2015-01-10 1:58 GMT+01:00 Craig Dabelstein :
> > Hi List,
> >
> > When using CueDuring, how do I get markup entries to show up in the cue?
> >
> > I've us
2015-01-10 1:58 GMT+01:00 Craig Dabelstein :
> Hi List,
>
> When using CueDuring, how do I get markup entries to show up in the cue?
>
> I've used this code to get articulations and dynamics to show up, but I
> can't work out how to get markup items to show.
>
> \set Score.quotedCueEventTypes = #'
Hi List,
When using CueDuring, how do I get markup entries to show up in the cue?
I've used this code to get articulations and dynamics to show up, but I
can't work out how to get markup items to show.
\set Score.quotedCueEventTypes = #'(note-event articulation-event
dynamic-event)
Many thanks