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).

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

Reply via email to