X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fvolta-bracket.hh;h=413e6f6aa13fab8bb14efa86e90d6d9231ae184d;hb=6fcbb243f3c1106eb10e97fa1d8bcf74752748f9;hp=97b1a9a611e5d3c1025ec0e28649e551975bc83a;hpb=7e72a1e50e94a7f9738d62599de79fe7745f600c;p=lilypond.git diff --git a/lily/include/volta-bracket.hh b/lily/include/volta-bracket.hh index 97b1a9a611..413e6f6aa1 100644 --- a/lily/include/volta-bracket.hh +++ b/lily/include/volta-bracket.hh @@ -1,23 +1,22 @@ - /* volta-spanner.hh -- part of GNU LilyPond - (c) 1997--2004 Jan Nieuwenhuizen + (c) 1997--2009 Jan Nieuwenhuizen */ #ifndef VOLTA_SPANNER_HH #define VOLTA_SPANNER_HH - #include "spanner.hh" +#include "lily-proto.hh" class Volta_bracket_interface { public: - static bool has_interface (Grob*); - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); - static void add_column (Grob*, Grob*col); - static void add_bar (Grob*me, Item*bar); + DECLARE_GROB_INTERFACE(); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + static void modify_edge_height (Spanner *); + static void add_bar (Grob *me, Item *bar); }; #endif // VOLTA_SPANNER_HH