lilypond-user
[Top][All Lists]
Advanced

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

Tremolos not working in cued voice


From: Gez
Subject: Tremolos not working in cued voice
Date: Mon, 12 May 2014 15:11:47 +0100
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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





reply via email to

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