X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstaff-spacing.hh;h=521be99d19c88538069321c1ad6e36a3de446d0c;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=d8be90d0418a2f5ee8b5910b6b49871bb3550d11;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/include/staff-spacing.hh b/lily/include/staff-spacing.hh index d8be90d041..521be99d19 100644 --- a/lily/include/staff-spacing.hh +++ b/lily/include/staff-spacing.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2001--2010 Han-Wen Nienhuys + Copyright (C) 2001--2015 Han-Wen Nienhuys 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 *); };