X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspaceable-grob.hh;h=32679ae2c521dfe45d5ea5113157e0c1ff58183b;hb=refs%2Ftags%2Frelease%2F1.5.45;hp=2c40d2e8f51f074ac55a6fe02b75c95d7adb473a;hpb=4995fea559cd5399b4f462de546a15195d76f4c3;p=lilypond.git diff --git a/lily/include/spaceable-grob.hh b/lily/include/spaceable-grob.hh index 2c40d2e8f5..32679ae2c5 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--2002 Han-Wen Nienhuys */ @@ -17,7 +17,7 @@ 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 add_spring (Grob*me,Grob * to, Real dist, Real strength, bool); static void set_interface (Grob*); static void remove_interface (Grob*); static SCM get_minimum_distances (Grob*);