X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fps-to-png.scm;h=deca66008a977edd6738e895c9695ff5f5c24e6a;hb=c09776d235fb60165038221d59ee0747b0eb7a53;hp=7b7e3eb157deb3f3d49475a53f8faa13f6edc656;hpb=c8748218eadad1b7212ef977ee50a09cb35e3aa7;p=lilypond.git diff --git a/scm/ps-to-png.scm b/scm/ps-to-png.scm index 7b7e3eb157..deca66008a 100644 --- a/scm/ps-to-png.scm +++ b/scm/ps-to-png.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2005--2006 Jan Nieuwenhuizen +;;;; (c) 2005--2007 Jan Nieuwenhuizen (define-module (scm ps-to-png)) @@ -97,7 +97,7 @@ (page-width 100) (page-height 100) (rename-page-1 #f) - (be-verbose #f) + (be-verbose (ly:get-option 'verbose)) (pixmap-format 'png16m) (anti-alias-factor 1)) @@ -125,7 +125,6 @@ ~a\ -dGraphicsAlphaBits=4\ -dTextAlphaBits=4\ - -q -dNOPAUSE\ -sDEVICE=~a\ -sOutputFile=~S\