CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/09/05 14:12:00

Modified files:
        .              : ChangeLog 
        flower         : offset.cc 
        scm            : ps-to-png.scm 

Log message:
        (make-ps-images): use png16m again, for sake
        of IE users.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4111&tr2=1.4112&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/flower/offset.cc.diff?tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/ps-to-png.scm.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4111 lilypond/ChangeLog:1.4112
--- lilypond/ChangeLog:1.4111   Mon Sep  5 13:54:38 2005
+++ lilypond/ChangeLog  Mon Sep  5 14:12:00 2005
@@ -4,7 +4,8 @@
        of IE users.
 
        * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
-       (widen-left-stencil-edges): new function.
+       (widen-left-stencil-edges): new function. Fix alignment problems
+       with LaTeX includegraphics.
 
        * lily/text-interface.cc (interpret_markup): use abort().
 
Index: lilypond/flower/offset.cc
diff -u lilypond/flower/offset.cc:1.21 lilypond/flower/offset.cc:1.22
--- lilypond/flower/offset.cc:1.21      Sun Sep  4 11:36:35 2005
+++ lilypond/flower/offset.cc   Mon Sep  5 14:12:00 2005
@@ -8,6 +8,8 @@
 
 #include "offset.hh"
 
+
+#include <math.h>
 #include <cmath>
 
 #ifndef STANDALONE
Index: lilypond/scm/ps-to-png.scm
diff -u lilypond/scm/ps-to-png.scm:1.20 lilypond/scm/ps-to-png.scm:1.21
--- lilypond/scm/ps-to-png.scm:1.20     Mon Sep  5 13:59:24 2005
+++ lilypond/scm/ps-to-png.scm  Mon Sep  5 14:12:00 2005
@@ -142,13 +142,14 @@
          (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\


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to