]> git.donarmstrong.com Git - lilypond.git/commit
* python/lilylib.py (make_ps_images): only compute bbox when needed.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 30 May 2004 21:55:13 +0000 (21:55 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 30 May 2004 21:55:13 +0000 (21:55 +0000)
commita2e0081b9f6263a3ddb8e7bf898f6592dad5f89e
treeb59b146bdec2649719ee0d0cce0c97fc0c1f4712
parent99d9989aad878c48e5db24d6b72df32f269f1148
* python/lilylib.py (make_ps_images): only compute bbox when needed.

* scripts/lilypond-book.py (process_snippets): use lily -f ps
files for generating pngs.

* scm/framework-ps.scm (output-classic-framework-ps): dump EPS
file with PFA fonts included.

* lily/score.cc (default_rendering): put header in too.

* lily/paper-line.cc (LY_DEFINE): change function to
ly:paper-line-extent

* scm/page-layout.scm (default-book-title): only add lines for
non-nil fields.
(default-score-title): idem.

* lily/paper-book.cc (book_title): separate function for the book
title.

* scm/page-layout.scm (default-book-title): only account for
markup fields.

* scm/framework-ps.scm: new file. Move high level interface from
output-ps.scm

* scm/framework-tex.scm (dump-line): new file. High level
interface for output (pages, systems, header).

* lily/paper-book.cc (split_string): new function
(output): output multiple formats, i.e. --format=ps,tex
12 files changed:
ChangeLog
lily/font-metric.cc
lily/paper-book.cc
lily/paper-line.cc
lily/score.cc
lily/stencil-scheme.cc
python/lilylib.py
scm/framework-ps.scm
scm/framework-tex.scm
scm/page-layout.scm
scm/safe-lily.scm
scripts/lilypond-book.py