2 event.hh -- declare Event baseclasses.
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
14 #include "duration.hh"
17 /* An atom of musical information. This is an abstract class for any
18 piece of music that does not contain other Music. */
19 class Event
: public Music
23 VIRTUAL_COPY_CONSTRUCTOR (Music
, Event
);
24 DECLARE_SCHEME_CALLBACK (length_callback
, (SCM
));