lilypond-user
[Top][All Lists]
Advanced

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

Re: cueDuring woes


From: Xavier Scheuer
Subject: Re: cueDuring woes
Date: Sat, 10 Apr 2021 20:51:15 +0200

On Sat, 10 Apr 2021 at 20:13, N Trocado <uiop99@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.scheuer@gmail.com>


reply via email to

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