Werner LEMBERG schreef:

Any idea how this could be avoided?  My idea is to have a list which
tells lilypond the time spans and the associated cue voices.  As an
additional benefit, this would allow to have more than a single cue at
the same time.  Here my proposed syntax -- of course, I have no idea
whether it is possible to implement that.

it would be easier to make \cueDuring accept a list of interesting voices, and use existing functionality to filter the rests, eg.

  \cueDuring #'(uceVoice1 cueVoice2) {
    \set CueVoice.quotedEventTypes = #'(note-event)
    s1
  }

--

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com



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

Reply via email to