]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-spacing.hh
Use scm_to_int64/from_int64 for Rational/SCM conversions.
[lilypond.git] / lily / include / staff-spacing.hh
index 1553129b575a0b44faa37bc3840a1563fe7ee4c2..9503c610ec4b59cb90094e6e29355e8d9cda8dc9 100644 (file)
@@ -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 *);
 };