Re: Tremolos not working in cued voice

2014-05-14 Thread Dominic
I just tried it and can't figure it out either! Does anyone else know?



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Tremolos-not-working-in-cued-voice-tp162345p162417.html
Sent from the User mailing list archive at Nabble.com.

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


Re: Tremolos not working in cued voice

2014-05-14 Thread Gez
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


Re: Tremolos not working in cued voice

2014-05-13 Thread Dominic
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.



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Tremolos-not-working-in-cued-voice-tp162345p162386.html
Sent from the User mailing list archive at Nabble.com.

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


Re: Tremolos not working in cued voice

2014-05-13 Thread Gez

I thought I should post the output to make it clearer what the problem is...

Gez

On 12/05/2014 15:11, Gez wrote:
When inserting a cue which contains a tremolo, the note heads and 
stems are showing up but not the beams.  Is it something I've done or 
missed out?  I've made a (reasonably) tiny example:


\version "2.16.2"

cueVoice =

\relative c'' {

R2.

\repeat tremolo 3 { b8 e }

}

mainVoice =

\relative c'' {

\time 3/4

\repeat tremolo 3 { b8 e }

\new CueVoice {\set instrumentCueName = "cue"}

\cueDuring "cue"#UP

{R2. }

\addQuote "cue"{ \cueVoice }

}

\score {

\new Staff \mainVoice

\layout { }

}
___


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


Tremolos not working in cued voice

2014-05-12 Thread Gez
When inserting a cue which contains a tremolo, the note heads and stems 
are showing up but not the beams.  Is it something I've done or missed 
out?  I've made a (reasonably) tiny example:


\version "2.16.2"

cueVoice =

\relative c'' {

R2.

\repeat tremolo 3 { b8 e }

}

mainVoice =

\relative c'' {

\time 3/4

\repeat tremolo 3 { b8 e }

\new CueVoice {\set instrumentCueName = "cue"}

\cueDuring "cue"#UP

{R2. }

\addQuote "cue"{ \cueVoice }

}

\score {

\new Staff \mainVoice

\layout { }

}
___


Gez



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