]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/volta-bracket.hh
(enumerate_attachments): use stem_extent_
[lilypond.git] / lily / include / volta-bracket.hh
index fda29658e8eb37268a345102f3e36c440830e59e..edf08b7def86ab1b83b8c0801cc876746b5a0c98 100644 (file)
@@ -1,8 +1,7 @@
-
 /*
   volta-spanner.hh -- part of GNU LilyPond
 
-  (c) 1997--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef VOLTA_SPANNER_HH
 class Volta_bracket_interface
 {
 public:
-  static void set_interface (Grob*);
   static bool has_interface (Grob*);
-  
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (print, (SCM ));
   static void add_column (Grob*, Grob*col);
   static void add_bar (Grob*me, Item*bar);
 };