]> git.donarmstrong.com Git - lilypond.git/commitdiff
Kill pretty prints in output-svg
authorMike Solomon <mike@apollinemike.com>
Mon, 28 Jun 2010 09:07:00 +0000 (11:07 +0200)
committerCarl Sorensen <c_sorensen@byu.edu>
Fri, 2 Jul 2010 04:06:31 +0000 (22:06 -0600)
scm/output-svg.scm

index 9004694a058d7e3b71c2dc12bfe9b2fe81c5d72e..2a98529e75dfbb1bf5527c5b0336ddf35e18c739 100644 (file)
                 (* (* x-radius x-radius)
                    (* (sin angle) (sin angle)))))))
   (let*
-    ((dummy (format #t "INFO XR ~a YR ~a SA ~a EA ~a\n" x-radius y-radius start-angle end-angle))
-     (new-start-angle (* PI-OVER-180 (angle-0-360 start-angle)))
+    ((new-start-angle (* PI-OVER-180 (angle-0-360 start-angle)))
      (start-radius (make-ellipse-radius x-radius y-radius new-start-angle))
      (new-end-angle (* PI-OVER-180 (angle-0-360 end-angle)))
      (end-radius (make-ellipse-radius x-radius y-radius new-end-angle))
      (x-end (- (* end-radius (cos new-end-angle))
                (* start-radius (cos new-start-angle))))
      (y-end (- (* end-radius (sin new-end-angle))
-               (* start-radius (sin new-start-angle))))
-     (dummy (format #t "INFO NSA ~a SR ~a NEA ~a ER ~a\n" new-start-angle start-radius new-end-angle end-radius)))
+               (* start-radius (sin new-start-angle)))))
    (if (and (< (abs x-end) epsilon) (< (abs y-end) epsilon))
     (entity
       'ellipse ""