X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fhorizontal-bracket.hh;h=283ec637ea5dc73197d1079112c010a01cad9f22;hb=95e5705d0697eac20246352d416f14b6d92485f5;hp=7cc2b21b094d8564aa7391284aa9d744e643c757;hpb=31568c504806f35aac420a394c9eab07abd9faa7;p=lilypond.git diff --git a/lily/include/horizontal-bracket.hh b/lily/include/horizontal-bracket.hh index 7cc2b21b09..283ec637ea 100644 --- a/lily/include/horizontal-bracket.hh +++ b/lily/include/horizontal-bracket.hh @@ -3,14 +3,15 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2006 Han-Wen Nienhuys + (c) 2005--2007 Han-Wen Nienhuys */ #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 { @@ -19,7 +20,7 @@ struct Horizontal_bracket static Stencil make_enclosing_bracket (Grob *me, Grob *refpoint, vector grobs, Axis a, Direction dir); - static bool has_interface (Grob *); + DECLARE_GROB_INTERFACE(); }; #endif /* HORIZONTAL_BRACKET_HH */