]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/measure-grouping-spanner.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / measure-grouping-spanner.hh
index b2b9030c26ab53265c085b4f123682de7796395c..8413b2eb33326741358cc22f51baf6e45bd5a9a4 100644 (file)
@@ -1,25 +1,25 @@
-/*   
-measure-grouping-spanner.hh -- declare 
+/*
+  measure-grouping-spanner.hh -- declare
 
-source file of the GNU LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
-(c) 2002--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
+  (c) 2002--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef MEASURE_GROUPING_SPANNER_HH
 #define MEASURE_GROUPING_SPANNER_HH
 
-#include "grob.hh"
+#include "grob-interface.hh"
+#include "lily-proto.hh"
+
 
 class Measure_grouping
 {
 public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
-  static bool has_interface (Grob*);
-};
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
 
+  DECLARE_GROB_INTERFACE();
+};
 
 #endif /* MEASURE_GROUPING_SPANNER_HH */