]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-spacing.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / staff-spacing.hh
index d8be90d0418a2f5ee8b5910b6b49871bb3550d11..521be99d19c88538069321c1ad6e36a3de446d0c 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2001--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2001--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -30,8 +30,8 @@ class Staff_spacing
   static Real next_notes_correction (Grob *, Grob *);
 
 public:
-  DECLARE_GROB_INTERFACE();
-  static Spring get_spacing (Grob *, Grob *right_col);
+  DECLARE_GROB_INTERFACE ();
+  static Spring get_spacing (Grob *, Grob *, Real);
   static Interval bar_y_positions (Grob *);
 };