]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/cluster.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / cluster.hh
index 6b6ad1dda065ebdb9e3580071e10fbbcfbb6522d..3081b1b093bb77aeff3f251614e5d4fc87385c62 100644 (file)
@@ -3,21 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2006 Juergen Reuter <reuter@ipd.uka.de>
+  (c) 2002--2007 Juergen Reuter <reuter@ipd.uka.de>
 */
 
 #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_GROB_INTERFACE();
 };
 
 #endif // CLUSTER_HH