]> 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 fdd7c17e0db7bc484308647b5ba0db6c3e5aa6fa..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,7 +18,7 @@ class Bar_line
 public:
   static bool has_interface (Grob *);
 
-  static Stencil compound_barline (Grob *, String, Real height, bool rounded);
+  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));