diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-06-12 18:42:49 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-06-12 18:42:49 +0000 |
commit | a31494f4d9f00a32c87ddd5b50ad3265dc29732b (patch) | |
tree | 0c542463cd77f5539564540fea6ef4fb6b4a2d49 /scm | |
parent | 93b85ebaf9047a55505cc7b2c302dce42cc49d59 (diff) |
* elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
(LilyPond-command-alist): use -f ps (thanks to Pal Benko)
* input/sakura-sakura.ly: add \midi.
* buildscripts/mutopia-index.py (find): use /usr/bin/find
iso. python find.
* ttftool/test.c (main): cosmetics.
* ttftool/util.c (surely_lseek): use stdio FILE's for I/O
* ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
create a ttf2ps binary.
* scm/backend-library.scm (postscript->png): set rename-page-1 to
true.
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 25b2ae9e7b..edd00941de 100644 --- a/scm/backend-library.scm +++ b/scm/backend-library.scm @@ -94,7 +94,7 @@ ;; (string-append (basename name ".ps") "-page1.png" ))) (let ((paper-size (sanitize-command-option paper-size-name)) (verbose (ly:get-option 'verbose)) - (rename-page-1 #t)) + (rename-page-1 #f)) (ly:message (_ "Converting to ~a...") "PNG") (make-ps-images name resolution paper-size rename-page-1 verbose) (ly:progress "\n"))) |