Re: cueDuring woes

2021-04-11 Thread N Trocado
Does that make things clearer for you ? Yes it does. Thank you Xavier and Pierre-Luc for your help. Nuno

Re: cueDuring woes

2021-04-11 Thread Pierre-Luc Gauthier
Quotes (and cues) are special. I guess you could see them as a tape playback. When you request a portion to be quoted, LilyPond gets the reel and rolls back the music up to that quote and then starts the actual quoting. So, in your example, you were actually quoting measure 2 of \oboeB which is em

Re: cueDuring woes

2021-04-10 Thread Xavier Scheuer
On Sat, 10 Apr 2021 at 20:13, N Trocado 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

cueDuring woes

2021-04-10 Thread N Trocado
What's wrong with the snippet bellow? It doesn't print the cue notes, unless I remove \fluteA and \oboeA. \version "2.19.55" fluteA = { r1 } oboeA = { r1 } fluteB = { \cueDuring #"oboeB" #DOWN { R1 } } oboeB = { c4 c c c } \addQuote "oboeB" { \oboeB } \score{ << \new Staff { \fl