X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmulti-measure-rest.hh;h=f4d379ade4a639c3a6ac39c6bebee33507434874;hb=9731b3d4f9eb2435451dc91124a02ea79ced1b29;hp=0c4dd88b6f3b1be1b8bdf2ce4dc5fd3537b85312;hpb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;p=lilypond.git diff --git a/lily/include/multi-measure-rest.hh b/lily/include/multi-measure-rest.hh index 0c4dd88b6f..f4d379ade4 100644 --- a/lily/include/multi-measure-rest.hh +++ b/lily/include/multi-measure-rest.hh @@ -26,14 +26,12 @@ class Multi_measure_rest { public: - DECLARE_GROB_INTERFACE (); DECLARE_SCHEME_CALLBACK (print, (SCM)); DECLARE_SCHEME_CALLBACK (height, (SCM)); DECLARE_SCHEME_CALLBACK (percent, (SCM)); static void add_column (Grob *, Item *); DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM)); DECLARE_SCHEME_CALLBACK (set_text_rods, (SCM)); - DECLARE_SCHEME_CALLBACK (centered_stencil, (SCM)); static void calculate_spacing_rods (Grob *me, Real length); static Stencil big_rest (Grob *, Real);