2009/5/15 Patrick McCarty <[email protected]>: > On Fri, May 15, 2009 at 3:50 PM, Patrick McCarty <[email protected]> wrote: >> On Fri, May 15, 2009 at 3:13 PM, Reinhold Kainhofer >>> >>> 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. > > Sorry, I meant scm/define-event-classes.scm.
IR 1.2 also lists them. You could use #'(music-event) instead of #'(StreamEvent). When I last looked at this, I came to the conclusion that it's not currently possible to quote everything since some items don't have events. For example, time signatures and tempo marks rely on property settings, which can't be quoted. I tried hacking the code in part-combiner.scm (recording-group-emulate), but couldn't even get a simple \override to be quoted. Regards, Neil _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
