X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstaff-spacing.hh;h=11a81a998eef5027c792d3735ab314f70b1620d8;hb=c7358ca08d062adbc9710f158fe0f965c79fc638;hp=935bcf5b8326f75e0e826bba7ba19b089f19db76;hpb=bb8a0a5387af94dd2702877256334b160575a730;p=lilypond.git diff --git a/lily/include/staff-spacing.hh b/lily/include/staff-spacing.hh index 935bcf5b83..11a81a998e 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--2011 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,7 @@ class Staff_spacing static Real next_notes_correction (Grob *, Grob *); 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 *); };