On 14/11/2014 17:14, Marc Hohl wrote:
Am 13.11.2014 um 23:29 schrieb Gez:
I'd be really grateful if someone can also point me to
where the documentation explains why removing the the Bar_engraver also
removes the Clefs.
I don't think that this is documented in the docs, but in t
the Bar_engraver also
removes the Clefs.
Many thanks,
Gez
\version "2.18.0"
thistest = {
\override Staff.BarLine.stencil = ##f
}
\score {
\relative c'{
\thistest
\repeat unfold 40 { c1 }
}
\header {
piece = &q
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
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 (reason
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 }
}
\sc