X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcluster.hh;h=a116bf0a9e3603d375793acd9d3c806997c878d3;hb=1f8a60df45cfe68b39a6461b4f898a677847ff8c;hp=704a379d63a5626c9cf826cca1d2e0e8a16eb195;hpb=7e72a1e50e94a7f9738d62599de79fe7745f600c;p=lilypond.git diff --git a/lily/include/cluster.hh b/lily/include/cluster.hh index 704a379d63..a116bf0a9e 100644 --- a/lily/include/cluster.hh +++ b/lily/include/cluster.hh @@ -3,22 +3,21 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2004 Juergen Reuter + (c) 2002--2009 Juergen Reuter */ #ifndef CLUSTER_HH #define CLUSTER_HH -#include "lily-guile.hh" -#include "molecule.hh" +#include "stencil.hh" +#include "grob-interface.hh" class Cluster { public: - DECLARE_SCHEME_CALLBACK (brew_molecule, (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