bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1214 in lilypond: Problem with \cueDuring and \new CueVoice in par


From: lilypond
Subject: Issue 1214 in lilypond: Problem with \cueDuring and \new CueVoice in parallel music
Date: Wed, 11 Aug 2010 19:43:41 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 1214 by RalphBugList: Problem with \cueDuring and \new CueVoice in parallel music
http://code.google.com/p/lilypond/issues/detail?id=1214

I'm running into problems with cue notes when the quoted voice has a section
of parallel notes somewhere in the piece.
E.g.
quoteMeII = \relative c' { c4 c c c |
   <<
     { \voiceTwo c2 }
     \new CueVoice { \voiceOne \parenthesize g'2 }
   >> } r
\addQuote quoteMeII \quoteMeII
\relative c'' {
   c4 \cueDuring #"quoteMeII" #DOWN { r2 } c4 | c1 |
}

Here you would expect that during the r2 the two c'4 from \quoteMeII are
quoted. But actually, no cue notes are shown.

Apparently, if a \new *Voice is created anywhere in the quoted voice,
\cueDuring will only recognize the contents of the LAST created voice. In
particular, here only the notes from the \new CueVoice will be used!

Sample file is attached, showing this behavior.

I regard this as a bug in our cueDuring/quoteDuring functionality.

Does anyone know a proper fix for this? I'm under some time pressure, as I
need to send the final score to my customer as soon as possible...


Cheers,
Reinhold




reply via email to

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