X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finclude%2Fvolta-bracket.hh;h=4cc75a6ba5c017d7ba2330feb240e263edec28fd;hb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;hp=6beb4e05fdf6262740d42f56ae3a2910fddc9302;hpb=b1a2da9808d72008166aec4c7af9f923ca38064b;p=lilypond.git diff --git a/lily/include/volta-bracket.hh b/lily/include/volta-bracket.hh index 6beb4e05fd..4cc75a6ba5 100644 --- a/lily/include/volta-bracket.hh +++ b/lily/include/volta-bracket.hh @@ -1,23 +1,23 @@ - /* volta-spanner.hh -- part of GNU LilyPond - (c) 1997--2002 Jan Nieuwenhuizen + (c) 1997--2007 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_column (Grob *, Grob *col); + static void add_bar (Grob *me, Item *bar); }; #endif // VOLTA_SPANNER_HH