diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-04-13 13:22:46 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-04-13 13:22:46 +0000 |
commit | f9d541f1b71a49e684b6261df945334a9ed1e1bb (patch) | |
tree | fbe932d82f8462aa6a464fbb084002629d9ff739 /scripts | |
parent | ea6d4c224d988252a9cff44776d0159b4c26a443 (diff) |
* 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.
* scripts/lilypond-book.py (write_if_updated): new function.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lilypond-book.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 637b96ef66..0592d020ad 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -1542,6 +1542,7 @@ def main (): try: chunks = do_file (file) if psfonts_file: + fontextract.verbose = verbose_p snippet_chunks = filter (lambda x: is_derived_class (x.__class__, Lilypond_snippet), chunks) |