X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcluster.hh;h=e15d0024145bf4fbab53b253e4c41bc70554fdf7;hb=edf17353d89f4f6bd831466262402bb9151a26ca;hp=2895a00ae93d9b3a31a516bf4c9b9a447625cf38;hpb=c659cb200486c2f908703696a1b2873e78c8160a;p=lilypond.git diff --git a/lily/include/cluster.hh b/lily/include/cluster.hh index 2895a00ae9..e15d002414 100644 --- a/lily/include/cluster.hh +++ b/lily/include/cluster.hh @@ -3,21 +3,21 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2004 Juergen Reuter + (c) 2002--2007 Juergen Reuter */ #ifndef CLUSTER_HH #define CLUSTER_HH #include "stencil.hh" +#include "grob-interface.hh" class Cluster { public: - DECLARE_SCHEME_CALLBACK (print, (SCM )); - // DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); - static bool has_interface (Grob *); - // DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM )); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM)); + DECLARE_GROB_INTERFACE(); }; #endif // CLUSTER_HH