diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-05-07 14:49:37 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-05-07 14:49:37 +0000 |
commit | e43ea6a8e015ce281d0213490ba8ef52319e9ed5 (patch) | |
tree | 5c344daff62da0141638ae865bf938bf54e2438e /scm | |
parent | f2ec848e493fefa26cbfc34f79cf2d1b99c239fd (diff) |
(postscript->png): call lilypond-ps2png
iso. ps2png.
Diffstat (limited to 'scm')
-rw-r--r-- | scm/backend-library.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scm/backend-library.scm b/scm/backend-library.scm index d8428c106b..a008fd28dd 100644 --- a/scm/backend-library.scm +++ b/scm/backend-library.scm @@ -54,7 +54,7 @@ "~a --resolution=~S --papersize=~a~a '~a'" (if (file-exists? ps2png-source) (format "python ~a" ps2png-source) - "ps2png") + "lilypond-ps2png") resolution (sanitize-command-option papersizename) (if (ly:get-option 'verbose) " --verbose " "") |