]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/measure-grouping-spanner.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / measure-grouping-spanner.hh
index 0399c31952a7e9954658a79a0fabcd9e505743bf..ef481714ee0a4b6d8bb54768896cc3da6012aa3e 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--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
+  (c) 2002--2006 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 */