]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/volta-bracket.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / volta-bracket.hh
index fda29658e8eb37268a345102f3e36c440830e59e..156a8c5a6ef86fc53a747e8a43abbc1d379287b7 100644 (file)
@@ -1,25 +1,22 @@
-
 /*
   volta-spanner.hh -- part of GNU LilyPond
 
-  (c) 1997--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef VOLTA_SPANNER_HH
 #define VOLTA_SPANNER_HH
 
-
 #include "spanner.hh"
 
 class Volta_bracket_interface
 {
 public:
-  static void set_interface (Grob*);
-  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);
+  static bool has_interface (Grob *);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  static void add_column (Grob *, Grob *col);
+  static void add_bar (Grob *me, Item *bar);
 };
 
 #endif // VOLTA_SPANNER_HH