X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbezier-bow.cc;h=d9510704eef33f1955c9b79934bb1a1f26d9d369;hb=d445cda01e4d86896f55fd1cf2ccbaba8cb7917a;hp=a86a9841071d2f22e91625c8fb11bd6e15579bed;hpb=4f4012093e8da9a9be01221b2acfe656ba3812ad;p=lilypond.git diff --git a/lily/bezier-bow.cc b/lily/bezier-bow.cc index a86a984107..d9510704ee 100644 --- a/lily/bezier-bow.cc +++ b/lily/bezier-bow.cc @@ -3,11 +3,9 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2005 Jan Nieuwenhuizen + (c) 1998--2006 Jan Nieuwenhuizen */ -#include - #include "misc.hh" #include "bezier.hh" @@ -98,8 +96,7 @@ get_slur_indent_height (Real *indent, Real *height, *height = slur_height (width, h_inf, r_0); Real q = 2 * h_inf / max_fraction; - *indent - = 2 * h_inf - sqr (q) * max_fraction / (width + q); + *indent = 2 * h_inf - sqr (q) * max_fraction / (width + q); } Bezier