lilypond-user
[Top][All Lists]
Advanced

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

cueDuring woes


From: N Trocado
Subject: cueDuring woes
Date: Sat, 10 Apr 2021 17:57:26 +0000

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 { \fluteA \fluteB }
  \new Staff { \oboeA \oboeB }
  >>
}


reply via email to

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