]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/volta-bracket.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / volta-bracket.hh
index 97b1a9a611e5d3c1025ec0e28649e551975bc83a..6fc8daf2234446de20e09104729948d92d0e09d5 100644 (file)
@@ -1,23 +1,22 @@
-
 /*
   volta-spanner.hh -- part of GNU LilyPond
 
-  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2008 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 (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