[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cue notes; this has gone too far.
From: |
Thomas Morley |
Subject: |
Re: Cue notes; this has gone too far. |
Date: |
Thu, 1 Oct 2015 10:00:48 +0200 |
2015-09-30 16:07 GMT+02:00 Pierre-Luc Gauthier <address@hidden>:
> Hello there,
>
> I am not sure if it is a bug or a misuse on my part but I am trying to
> use cue notes.
> In the example bellow, if the melody *starts* with cue notes, the
> format stays with the "normal" notes.
> Any thoughts?
The NR states:
"
Note: When a Voice starts with cueDuring, as in the following example,
the Voice context must be explicitly declared, or else the entire
music expression would belong to the CueVoice context.
[...]
"
> --
> Pierre-Luc Gauthier
>
> %%%%%%%%%%%%%%%%%%%%%%%%
> \version "2.19.27"
> \language "english"
>
> quotedStuff = \relative c''' {
> r4 bf4 r8 bf-- |
> R1*10
> }
> \addQuote "quoteMe" { \quotedStuff }
>
> melody = \relative c' {
> \new CueVoice { \set instrumentCueName = "Quoted from…" }
> \cueDuring #"quoteMe" #UP {
> R1
> }
>
> %This should not typeset in quote style
> r4-"Stuff to be played as is" ef\upbow( f) r |
> }
>
> \score {
\new Staff \new Voice \melody
> }
>
> %%%%%%%%%%%%%%%%%%%%%%%%
HTH,
Harm