]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/event.hh
* flower
[lilypond.git] / lily / include / event.hh
index 4f981fb01a53734d7920c20f50518cdc38528c51..6878eb4e613053165a4d36adeb752bfaed216936 100644 (file)
@@ -9,24 +9,20 @@
 #ifndef EVENT_HH
 #define EVENT_HH
 
-
 #include "input.hh"
 #include "music.hh"
 #include "duration.hh"
 #include "pitch.hh"
 
 /* An atom of musical information.  This is an abstract class for any
-  piece of music that does not contain other Music.  */
+   piece of music that does not contain other Music.  */
 class Event : public Music
 {
 public:
   Event (SCM);
   VIRTUAL_COPY_CONSTRUCTOR (Music, Event);
-  DECLARE_SCHEME_CALLBACK(length_callback, (SCM));
+  DECLARE_SCHEME_CALLBACK (length_callback, (SCM));
 };
 
 
-
-
-
 #endif