]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-spacing.hh
Fixes issue 307 (intersection between slurs and extra objects).
[lilypond.git] / lily / include / staff-spacing.hh
index 935bcf5b8326f75e0e826bba7ba19b089f19db76..b404e35d5e240b134affbf9925fbc5ac6c9ce43a 100644 (file)
@@ -31,7 +31,7 @@ class Staff_spacing
 
 public:
   DECLARE_GROB_INTERFACE ();
-  static Spring get_spacing (Grob *, Grob *right_col);
+  static Spring get_spacing (Grob *, Grob *, Real);
   static Interval bar_y_positions (Grob *);
 };