X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fps-to-png.scm;h=deca66008a977edd6738e895c9695ff5f5c24e6a;hb=77cc001961a4931c002128b34638f69c082b9102;hp=71fbe9b9057c1dd22441565556db8575b32b20f2;hpb=81271219785432142f1b152dc636f5957d67d89f;p=lilypond.git diff --git a/scm/ps-to-png.scm b/scm/ps-to-png.scm index 71fbe9b905..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\