]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorjanneke <janneke>
Mon, 20 Dec 2004 21:06:17 +0000 (21:06 +0000)
committerjanneke <janneke>
Mon, 20 Dec 2004 21:06:17 +0000 (21:06 +0000)
scm/output-svg.scm

index 0a97774c2017ab15fb5e85e22bce51eeb7634d7a..69aacee4084ce92c155119557c345638f93fb2fa 100644 (file)
 
          `(x . ,(- breapth))
          `(y . ,(- height))
-         ;;`(y . ,(* 4 (- height)))
          `(width . ,(+ breapth width))
          `(height . ,(+ depth height))
-         ;;`(height . ,(* 4 (+ depth height)))
          `(ry . ,(/ blot-diameter 2))
          `(transform
            . ,(format #f "scale (~f, ~f)" output-scale output-scale))))