]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/event.hh
(class Music): include SCM init argument.
[lilypond.git] / lily / include / event.hh
index a50e397c4c2988d3696fb50ff214fa5077e7f27b..f282eb941896ee89583206417bbfdce5d8f29c68 100644 (file)
@@ -23,7 +23,7 @@ public:
   Event (SCM);
   VIRTUAL_COPY_CONSTRUCTOR (Music, Event);
   virtual void compress (Moment);
-  virtual Moment get_length () const;
+  DECLARE_SCHEME_CALLBACK(length_callback,(SCM));
   virtual Pitch to_relative_octave (Pitch);
 };