Paul Scott <[email protected]> writes:

> 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

Well, since you don't remove this passage before quoting it, it becomes
part of qb, shifting the interesting content off outside of your
\cueDuring range.

> \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

\addQuote qb \keepWithTag #'parts \partB

> partC = \relative{
>   d'1 e f 
> }
> \addQuote qc \partC
>
> \score{ \new Staff \new Voice \keepWithTag #'parts \partA }

-- 
David Kastrup

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

Reply via email to