]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/ps-to-png.scm
(srcdir): urg. Touch install-sh.
[lilypond.git] / scm / ps-to-png.scm
index 06265fe27ce64dcf9ad33602a4984033b76e6c6d..a7c87d8b8dce1f8e4a7b9ca56b5d5f62e3a9c4f5 100644 (file)
@@ -56,8 +56,6 @@
   (ly:gulp-file nm len))
   
 
-;;; ARGH - cuases memory usage to explode with GUILE cvs.  
-
 (define BOUNDING-BOX-RE
   "^%%BoundingBox: (-?[0-9]+) (-?[0-9]+) (-?[0-9]+) (-?[0-9]+)")
 
          (multi-page? (> page-count 1))
          (output-file (if multi-page? pngn png1))
 
-         ;;png16m is because Lily produces color nowadays.
+         ;; png16m is because Lily produces color nowadays.
+         ;; can't use pngalpha device, since IE is broken.
+         ;;
          (gs-variable-options
            (if multi-page?
                (format #f "-sPAPERSIZE=~a" paper-size)
                "-dEPSCrop"))
 
-         ;; can't use pngalpha device, since IE is broken.  
          (cmd (format #f "~a\
  ~a\
  ~a\