]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-spacing.hh
Run grand-replace for 2009.
[lilypond.git] / lily / include / staff-spacing.hh
index 1553129b575a0b44faa37bc3840a1563fe7ee4c2..593c59af23d2b7ee8ff8e79b1b7a2d9fe7d7c1be 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2001--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2001--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef STAFF_SPACING_HH
@@ -20,7 +20,7 @@ class Staff_spacing
 
 public:
   DECLARE_GROB_INTERFACE();
-  static Spring get_spacing_params (Grob *);
+  static Spring get_spacing (Grob *, Grob *right_col);
   static Interval bar_y_positions (Grob *);
 };