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 <thomasmorle...@gmail.com>
wrote:

> 2015-01-10 1:58 GMT+01:00 Craig Dabelstein <craig.dabelst...@gmail.com>:
> > 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,
> >
> > Craig
>
>
>
> Example taken from NR 1.6.3 Writing parts - Formatting cue notes
> http://www.lilypond.org/doc/v2.19/Documentation/notation/
> writing-parts#formatting-cue-notes
> slightly extended
>
> oboeNotes = \relative c'' {
>   r2 r8 d16(\f f^"XY" e g f a)
>   g8 g16 g g2.
> }
> \addQuote "oboe" { \oboeNotes }
>
> \new Voice \relative c'' {
>   \set Score.quotedCueEventTypes = #'(note-event rest-event tie-event
>                                       beam-event tuplet-span-event
>                                       text-script-event
>                                       dynamic-event slur-event)
>   \cueDuring #"oboe" #UP { R1 }
>   g2 c,
> }
>
>
> HTH,
>   Harm
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to