X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspaceable-grob.hh;h=1f45f40070fdd6e2e962b00df552d1745cf04674;hb=94a1966c72301b8bd1d8bb3b8628c3f089d007cf;hp=32679ae2c521dfe45d5ea5113157e0c1ff58183b;hpb=ce521e79fd7669b45c8c1132e4b5693a03b5d90a;p=lilypond.git diff --git a/lily/include/spaceable-grob.hh b/lily/include/spaceable-grob.hh index 32679ae2c5..1f45f40070 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--2002 Han-Wen Nienhuys + (c) 2000--2004 Han-Wen Nienhuys */ @@ -18,7 +18,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, bool); - static void set_interface (Grob*); + static bool has_interface (Grob*); static void remove_interface (Grob*); static SCM get_minimum_distances (Grob*); static SCM get_ideal_distances (Grob*);