lilypond-user
[Top][All Lists]
Advanced

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

Re: tag and cue conflict?


From: David Kastrup
Subject: Re: tag and cue conflict?
Date: Mon, 27 Jul 2015 17:07:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Paul Scott <address@hidden> 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



reply via email to

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