From: fred Date: Wed, 27 Mar 2002 02:07:09 +0000 (+0000) Subject: lilypond-1.5.44 X-Git-Tag: release/1.5.59~245 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6db6d58289af14bf10b7d9519eea9fbfcdfeddf3;p=lilypond.git lilypond-1.5.44 --- diff --git a/lily/include/slur.hh b/lily/include/slur.hh index 04865f10bb..c711310415 100644 --- a/lily/include/slur.hh +++ b/lily/include/slur.hh @@ -29,7 +29,7 @@ private: static Offset broken_trend_offset (Grob *me, Direction dir); static Offset get_attachment (Grob *me,Direction dir, Grob **common); static void de_uglyfy (Grob *me,Slur_bezier_bow* bb, Real default_height); - static void set_extremities (Grob *me); + static SCM set_extremities (Grob *me); static void set_control_points (Grob *me); static void check_slope (Grob *me); static Offset encompass_offset (Grob *me, Grob *col, Grob **common);