bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1214 in lilypond: Cue notes to music that creates a sub-voice


From: lilypond
Subject: Re: Issue 1214 in lilypond: Cue notes to music that creates a sub-voice does not work
Date: Thu, 12 Aug 2010 17:49:43 +0000

Updates:
        Summary: Cue notes to music that creates a sub-voice does not work
        Labels: Priority-Medium

Comment #2 on issue 1214 by pnorcks: Cue notes to music that creates a sub-voice does not work
http://code.google.com/p/lilypond/issues/detail?id=1214

As Reinhold noted, this is a more general issue, since (a) the problem appears with \quoteDuring as well as \cueDuring, and (b) it doesn't matter what kind of context is instantiated in the cued (or quoted) voice.

Here's a simpler example:

%% BEGIN %%
\version "2.13.29"

quoteMe = \relative c' {
  c4 c c c |
  % Remove explicit instantiation, and the problem goes away
  \new Voice {
    c4 c c c
  }
}

\addQuote quoteMe \quoteMe

\relative c'' {
  c4 \cueDuring #"quoteMe" #DOWN { r2 } c4
}
%% END %%

Attachments:
        quoting.preview.png  654 bytes




reply via email to

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