]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-spacing.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / staff-spacing.hh
index 935bcf5b8326f75e0e826bba7ba19b089f19db76..066041f93cc53f28f8e869d40950fb14cb0cd48e 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2001--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2001--2014 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
@@ -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 *);
 };