]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / bar-line.hh
index 657d95a4935e3302282dff619d8e70b6e59ded67..4744aef8554d11561513cd79505dc2f6fbcc3745 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
@@ -18,11 +18,10 @@ class Bar_line
 public:
   static bool has_interface (Grob *);
 
-  static Stencil compound_barline (Grob *, String, Real height);
-  static Stencil simple_barline (Grob *, Real wid, Real height);
-  DECLARE_SCHEME_CALLBACK (get_staff_bar_size, (SCM));
+  static Stencil compound_barline (Grob *, string, Real height, bool rounded);
+  static Stencil simple_barline (Grob *, Real wid, Real height, bool rounded);
+  DECLARE_SCHEME_CALLBACK (calc_bar_size, (SCM));
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
 };
 #endif // BAR_HH