]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bezier-bow.cc
read rehearsalMarkAlignSymbol to
[lilypond.git] / lily / bezier-bow.cc
index 6ef641134cd9fdad36c62cfae5fa7b952ac2b018..e744219bd0c00408f96fca4a97e727c4ef6f0a04 100644 (file)
@@ -6,8 +6,6 @@
   (c) 1998--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-#include <math.h>
-
 #include "misc.hh"
 #include "bezier.hh"
 
@@ -24,11 +22,11 @@ slur_height (Real width, Real h_inf, Real r_0)
 }
 
 /*
-  ^              x                    x
+  ^                x                    x
   |
   height   <indent>
   |
-  v      x                                    x
+  v      x                                       x
 
 
 
@@ -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