2017-10-28 14:17 GMT+02:00 Malte Meyn <lilyp...@maltemeyn.de>:
> Hi list,
>
> I was almost sure that this is a known issue but I couldn’t find it on the
> tracker. Having a cue at the very beginning of music prevents the implicit
> creation of a Voice context and puts the “not-cue” notes into the CueVoice
> context too:
>
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> \version "2.21.0" % current master
>
> \addQuote "foo" \relative { c'4 d e f g a b c }
>
> % add this line to force the creation of a Voice context
> %\new Voice
> \relative {
>   \cueDuring "foo" #DOWN R1
>   f'4 e d c
> }
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
> This also isn’t listed under “known issues” in the NR (section 1.6.3).
>



Hi Malte,

in
http://lilypond.org/doc/v2.19/Documentation/notation/writing-parts#formatting-cue-notes
we have:
"
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.
"

Isn't it sufficient?

Cheers,
  Harm

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to