lilypond-user
[Top][All Lists]
Advanced

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

tag and cue conflict?


From: Paul Scott
Subject: tag and cue conflict?
Date: Mon, 27 Jul 2015 07:57:28 -0700
User-agent: Mutt/1.5.23 (2014-03-12)

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 }





reply via email to

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