]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / bar-line.hh
index fc613da48b1584a3a0a51ee9edd73652ef8e453e..f0626a6f13b01719b09ed43b75cc08b769d24531 100644 (file)
@@ -1,7 +1,7 @@
 /*
   bar.hh -- part of GNU LilyPond
 
-  (c) 1996--2005 Han-Wen Nienhuys
+  (c) 1996--2006 Han-Wen Nienhuys
 */
 
 #ifndef BAR_HH
@@ -20,9 +20,8 @@ public:
 
   static Stencil compound_barline (Grob *, String, Real height, bool rounded);
   static Stencil simple_barline (Grob *, Real wid, Real height, bool rounded);
-  DECLARE_SCHEME_CALLBACK (get_staff_bar_size, (SCM));
+  DECLARE_SCHEME_CALLBACK (calc_bar_size, (SCM));
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
 };
 #endif // BAR_HH