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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to