]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/volta-bracket.hh
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / volta-bracket.hh
index 156a8c5a6ef86fc53a747e8a43abbc1d379287b7..413e6f6aa13fab8bb14efa86e90d6d9231ae184d 100644 (file)
@@ -1,21 +1,21 @@
 /*
   volta-spanner.hh -- part of GNU LilyPond
 
-  (c) 1997--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2009 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);
 };