Is my syntax wrong?:

This works until I add the line:
  \tag #'score { R1 } % adding this line kills the cue in partA
which is intended to remove informational cues from the score

TIA for any help,

Paul 

\version "2.19.23"

partA = \relative{ R1 \cueDuring qb #up R1 d' }

partB = \relative{
  \tag #'parts { \cueDuring qc #up R1 }
  \tag #'score { R1 } % adding this line kills the cue in partA
  g'2 a b c
}
\addQuote qb \partB

partC = \relative{
  d'1 e f 
}
\addQuote qc \partC

\score{ \new Staff \new Voice \keepWithTag #'parts \partA }



_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to