]> 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 96612d128690454b5164d7f3cb1eb476434df2ab..8413b2eb33326741358cc22f51baf6e45bd5a9a4 100644 (file)
@@ -3,20 +3,22 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2006 Han-Wen Nienhuys <hanwen@xs4all.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 (print, (SCM));
 
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif /* MEASURE_GROUPING_SPANNER_HH */