]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/volta-bracket.hh
* scm/framework-ps.scm (write-preamble): use it to pick exactly
[lilypond.git] / lily / include / volta-bracket.hh
index 227c09dce6d1c39159940b64760898c65be18af0..156a8c5a6ef86fc53a747e8a43abbc1d379287b7 100644 (file)
@@ -1,7 +1,7 @@
 /*
   volta-spanner.hh -- part of GNU LilyPond
 
-  (c) 1997--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef VOLTA_SPANNER_HH
@@ -14,6 +14,7 @@ class Volta_bracket_interface
 public:
   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);
 };