]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/cluster.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / cluster.hh
index 6b6ad1dda065ebdb9e3580071e10fbbcfbb6522d..75090102e6e2e4cb770dc3b55e8ac2c7724e1440 100644 (file)
 #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_GROB_INTERFACE();
 };
 
 #endif // CLUSTER_HH