]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/volta-bracket.hh
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / volta-bracket.hh
index 3f8f2e081f7b473f4bc33c6a038fbe3c4d706580..cc69660a42727f03137c3ad99c09f232cbf7d6cc 100644 (file)
@@ -1,21 +1,21 @@
 /*
   volta-spanner.hh -- part of GNU LilyPond
 
-  (c) 1997--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2007 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #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_GROB_INTERFACE();
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
-  static void add_column (Grob *, Grob *col);
+  static void modify_edge_height (Spanner *);
   static void add_bar (Grob *me, Item *bar);
 };