On Fri, May 15, 2009 at 3:13 PM, Reinhold Kainhofer <reinh...@kainhofer.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > The notation reference states in section 1.6.3 that \quoteDuring is typically > used for two instruments that play the same notes during a passage of music. > Unfortunately, quoteDuring quotes only notes, rests and ties, but not > dynamics, slurs, other markup etc. > Thus in its plain vanilla form it is not suitable for passages where one > instrument playes colla parte with another, since all markings will be missing > in the instrumental score... > > One snippet in that section shows how one can prevent rests from being quoted > (using the quotedEventTypes list), but it does not mention how can can exactly > duplicate from another instrument. What is the correct value for > quotedEventTypes to really quote everything, including dynamics, markups, > tempo changes, key/clef/time changes, etc.? > > Is there any pre-defined list of all available event types that can be used?
Yes, the tree of all event types is listed in scm/define-event-types.scm. I just tried adding this override, and it seemed to work: \set Staff.quotedEventTypes = #'(StreamEvent) -Patrick _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user