lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CueDuring and Markup


From: Craig Dabelstein
Subject: Re: CueDuring and Markup
Date: Sat, 10 Jan 2015 03:36:58 +0000

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 <address@hidden> wrote:
2015-01-10 1:58 GMT+01:00 Craig Dabelstein <address@hidden>:
> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]