]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/cluster.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / cluster.hh
index f300c1bc18c98e5e58f7246b63ec58e2792403c8..15dfca983f156ef5d39866f09ce7875549f6c4c5 100644 (file)
@@ -3,21 +3,21 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2005 Juergen Reuter <reuter@ipd.uka.de>
+  (c) 2002--2008 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_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM));
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif // CLUSTER_HH