2015-01-10 1:58 GMT+01:00 Craig Dabelstein <[email protected]>: > 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 [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
