]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/volta-bracket.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / volta-bracket.hh
index 0a41ef30dd87eb670485a40f8402ad58386f929c..cc69660a42727f03137c3ad99c09f232cbf7d6cc 100644 (file)
@@ -1,22 +1,22 @@
 /*
   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_SCHEME_CALLBACK (print, (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