]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/horizontal-bracket.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / horizontal-bracket.hh
index cb54b95a26988066dd57b7c3ee17c21d1f8d97c8..4597c5e83a3f27f9ec254229bd19a538dfd68e0e 100644 (file)
@@ -3,15 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef HORIZONTAL_BRACKET_HH
 #define HORIZONTAL_BRACKET_HH
 
-#include "lily-guile.hh"
 #include "lily-proto.hh"
 #include "std-vector.hh"
+#include "grob-interface.hh"
 
 struct Horizontal_bracket
 {
@@ -20,7 +20,7 @@ struct Horizontal_bracket
   static Stencil make_enclosing_bracket (Grob *me, Grob *refpoint,
                                         vector<Grob*> grobs,
                                         Axis a, Direction dir);
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif /* HORIZONTAL_BRACKET_HH */