]> git.donarmstrong.com Git - lilypond.git/commit - input/regression/markup-scheme.ly
* scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 13 Apr 2005 13:18:09 +0000 (13:18 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 13 Apr 2005 13:18:09 +0000 (13:18 +0000)
commitea6d4c224d988252a9cff44776d0159b4c26a443
tree28cbae7a57509a2c5bc87b9d640452b7d1d65d6d
parent4ef62f89aaad9778a494ec9f8e800132b82d6a2c
* scm/framework-ps.scm (write-preamble): use (NAME . CONTENTS) and
(NAME . FILE-NAME) tuples for font descriptions.
(write-preamble): display BeginFont DSC comments.

* python/fontextract.py (write_extracted_fonts): new file. Extract
font resources from a PS file.

* scripts/lilypond-book.py (option_definitions): --psfonts option.
(Compile_error.process_include): do_file returns chunks.

* make/ly-vars.make (DVIPS_FLAGS): don't load .map file.

* make/lysdoc-targets.make: .texi is .PRECIOUS

* scripts/lilypond-book.py (write_if_updated): new function.
13 files changed:
ChangeLog
Documentation/topdocs/GNUmakefile
input/regression/markup-scheme.ly
lily/scm-option.cc
make/ly-rules.make
make/ly-vars.make
make/lysdoc-targets.make
python/fontextract.py [new file with mode: 0644]
scm/framework-ps.scm
scm/markup.scm
scm/output-lib.scm
scripts/GNUmakefile
scripts/lilypond-book.py