]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/cluster.hh
add 2007 to (c) year.
[lilypond.git] / lily / include / cluster.hh
index 704a379d63a5626c9cf826cca1d2e0e8a16eb195..3081b1b093bb77aeff3f251614e5d4fc87385c62 100644 (file)
@@ -3,22 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2004 Juergen Reuter <reuter@ipd.uka.de>
+  (c) 2002--2007 Juergen Reuter <reuter@ipd.uka.de>
 */
 
 #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_GROB_INTERFACE();
 };
 
 #endif // CLUSTER_HH