]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/separating-group-spanner.hh
Merge with master
[lilypond.git] / lily / include / separating-group-spanner.hh
index 15b6aecbe839b10b5c897aa18179148360ea5308..d48705c85914ef01b8fe7d99c99d57bb83a7a1c4 100644 (file)
@@ -3,13 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1998--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SEPARATING_GROUP_SPANNER_HH
 #define SEPARATING_GROUP_SPANNER_HH
 
-#include "spanner.hh"
+#include "grob-interface.hh"
+#include "lily-proto.hh"
 
 class Separating_group_spanner
 {
@@ -20,7 +21,7 @@ class Separating_group_spanner
 public:
   static void add_spacing_unit (Grob *me, Item *);
 
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   DECLARE_SCHEME_CALLBACK (set_spacing_rods, (SCM));
 };