From d6f6427f2cfa630790704156ee4c124b6342d3ef Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 10 Jun 2005 12:59:05 +0000 Subject: [PATCH] (make-ps-images): search-gs for multipage too. (make-ps-images): add verbose -q too. --- ChangeLog | 3 ++- scm/ps-to-png.scm | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6b64e87f0a..9f8667fad1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2005-06-10 Han-Wen Nienhuys * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too. - + (make-ps-images): add verbose -q too. + * lily/default-actions.cc (Module): new file. default {book,score}-print functions. diff --git a/scm/ps-to-png.scm b/scm/ps-to-png.scm index 05ee8e8924..b18176de68 100644 --- a/scm/ps-to-png.scm +++ b/scm/ps-to-png.scm @@ -106,7 +106,10 @@ -r~S\ '~a'\ -c showpage\ - -c quit" (search-gs) output-file paper-size resolution ps-name) + -c quit" + (search-gs) + (if verbose? "" "-q") + output-file paper-size resolution ps-name) (format #f "~a\ ~a\ -s\ -- 2.39.5