Thanks for the tip, but I still can't get it to work. Here below is my new small example (the published png looks the same as before). I also tried adding tremolo-span-event but that caused: warning: unterminated chord tremolo
Did I use the quotedCueEventTypes correctly?
Gez

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.0"

cueVoice =

\relative c'' {

R2.

\repeat tremolo 3 { b8 e }

}

\addQuote "cue"{ \cueVoice }

mainVoice =

\relative c'' {

\set Score.quotedCueEventTypes = #'(note-event rest-event tie-event beam-event tuplet-span-event dynamic-event slur-event tremolo-repeated-music tremolo-event)

\time 3/4

\repeat tremolo 3 { b8 e }

\cueDuring "cue"#UP

{R2. }

}

\score {

\new Staff \mainVoice

\layout { }

}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%



On 13/05/2014 17:30, Dominic wrote:
Search the notation reference for "quotedCueEventTypes". I'm pretty sure if
you add 'tremolo-event' to the list, it will work as you want it.





_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to