X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fevent.hh;fp=lily%2Finclude%2Fevent.hh;h=f282eb941896ee89583206417bbfdce5d8f29c68;hb=4eee0d110ca632aa8adf3af223f7040c7b9752ff;hp=a50e397c4c2988d3696fb50ff214fa5077e7f27b;hpb=54458cbdd00f6fdb8283d9ca25b0338c45c425c3;p=lilypond.git diff --git a/lily/include/event.hh b/lily/include/event.hh index a50e397c4c..f282eb9418 100644 --- a/lily/include/event.hh +++ b/lily/include/event.hh @@ -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); };