X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspaceable-grob.hh;h=a3389217109ae382234fd2d282b04107c58c35d9;hb=5af8aac76ee3c9934d1721f9ea939820c326b839;hp=2c40d2e8f51f074ac55a6fe02b75c95d7adb473a;hpb=4995fea559cd5399b4f462de546a15195d76f4c3;p=lilypond.git diff --git a/lily/include/spaceable-grob.hh b/lily/include/spaceable-grob.hh index 2c40d2e8f5..a338921710 100644 --- a/lily/include/spaceable-grob.hh +++ b/lily/include/spaceable-grob.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2001 Han-Wen Nienhuys + (c) 2000--2005 Han-Wen Nienhuys */ @@ -17,8 +17,8 @@ struct Spaceable_grob { /// set a minimum distance static void add_rod (Grob*me, Grob * to, Real distance); - static void add_spring (Grob*me,Grob * to, Real dist, Real strength); - static void set_interface (Grob*); + static void add_spring (Grob*me, Grob * to, Real dist, Real strength); + static bool has_interface (Grob*); static void remove_interface (Grob*); static SCM get_minimum_distances (Grob*); static SCM get_ideal_distances (Grob*);