bug-lilypond
[Top][All Lists]
Advanced

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

Re: \cueDuring at begin of music prevents Voice context


From: Thomas Morley
Subject: Re: \cueDuring at begin of music prevents Voice context
Date: Sat, 28 Oct 2017 15:28:07 +0200

2017-10-28 14:17 GMT+02:00 Malte Meyn <address@hidden>:
> 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



reply via email to

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