]> git.donarmstrong.com Git - lilypond.git/commit
* scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 24 Jul 2004 12:13:09 +0000 (12:13 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 24 Jul 2004 12:13:09 +0000 (12:13 +0000)
commit4eeca0046602a7083480496eee2fe5c3e185bdc3
tree0d4ced1a7ce8af480ac585b04d18aed384b51747
parent207ff3900c435070d808a685429068f444b02406
* scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.

* lily/GNUmakefile (NAME): create lilypond, not lilypond-bin

* scripts/lilypond-latex.py: move from lilypond.py

* make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
(LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.

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

* 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
17 files changed:
ChangeLog
Documentation/topdocs/NEWS.texi
Documentation/user/GNUmakefile
Documentation/user/invoking.itexi
input/regression/GNUmakefile
input/template/GNUmakefile
input/test/GNUmakefile
lily/GNUmakefile
lily/include/main.hh
lily/main.cc
lily/paper-book.cc
make/lilypond-vars.make
scm/framework-ps.scm
scm/framework-tex.scm
scripts/lilypond-book.py
scripts/lilypond-latex.py [new file with mode: 0644]
scripts/lilypond.py [deleted file]