On Sat, 10 Apr 2021 at 20:13, N Trocado <uio...@hotmail.com> wrote:
>
> What's wrong with the snippet bellow? It doesn't print the cue notes,
unless I remove \fluteA and \oboeA.

Hello,

It is not 100% clear to me but it seems LilyPond is trying to quote the
second measure of oboeB, which is empty.
This works:

fluteA = {
  r1
}

oboeA = {
  r1
}

fluteB = {
  \cueDuring #"oboe" #DOWN { R1 }
}

oboeB = {
  c4 c c c
}

\addQuote "oboe" { \oboeA \oboeB }

\score {
  <<
    \new Staff { \fluteA \fluteB }
    \new Staff { \oboeA \oboeB }
  >>
}

Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

Reply via email to