lilypond-user
[Top][All Lists]
Advanced

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

Re: Tremolos not working in cued voice


From: Gez
Subject: Re: Tremolos not working in cued voice
Date: Wed, 14 May 2014 17:52:22 +0100
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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.







reply via email to

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