]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bezier-bow.cc
remove break-algorithm.{cc,hh} as they are no longer used.
[lilypond.git] / lily / bezier-bow.cc
index a86a9841071d2f22e91625c8fb11bd6e15579bed..d9510704eef33f1955c9b79934bb1a1f26d9d369 100644 (file)
@@ -3,11 +3,9 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-#include <math.h>
-
 #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