]> git.donarmstrong.com Git - lilypond.git/commit
* scm/lily.scm (postscript->png): new function
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 24 Jul 2004 11:38:20 +0000 (11:38 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 24 Jul 2004 11:38:20 +0000 (11:38 +0000)
commit207ff3900c435070d808a685429068f444b02406
tree40eafa0d601acbff2d56b73355160c597a4f8a92
parent6d2e47f69fe7ca82e89334abaa640e82cd1581ef
* scm/lily.scm (postscript->png): new function
(postscript->pdf): new function

* lily/paper-book.cc (post_processing): call
convert-to-{dvi,ps,png,pdf}

* scripts/ps2png.py (option_definitions): new file.

* lily/paper-book.cc (output): call output-preview-framework
(post_processing): new function. Do PDF/PNG conversion.

* scm/framework-ps.scm (convert-to-pdf): new function. Call
ps2pdf.
(output-preview-framework): new function. Generate a preview .ps
14 files changed:
ChangeLog
Documentation/user/invoking.itexi
flower/include/getopt-long.hh
lily/include/lily-guile.hh
lily/include/main.hh
lily/main.cc
lily/mensural-ligature.cc
lily/paper-book.cc
lily/vaticana-ligature.cc
python/lilylib.py
scm/framework-ps.scm
scm/framework-tex.scm
scm/lily.scm
scripts/ps2png.py [new file with mode: 0644]