]> git.donarmstrong.com Git - lilypond.git/commit
2002-09-15 Werner Lemberg <wl@gnu.org>
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 15 Sep 2002 11:22:38 +0000 (11:22 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 15 Sep 2002 11:22:38 +0000 (11:22 +0000)
commitc943f4c979b941c1fb4db60220680443a5d6ab25
tree792c05edd604d7e50f5229866107bc4329b0fd08
parentd4a1f3d502a2814d46d6602cc62b642337314afc
2002-09-15  Werner Lemberg  <wl@gnu.org>

Improving LilyPond's output to make them ordinary TeX boxes with
predictable dimensions.  System boxes are now vertically centered on
the baseline; this offset can be further controlled with
\lilypondscoreshift.

* lily/system.cc (System::post_processing): Pass length of current
system to `start-system' (including any horizontal indentation).

* scm/tex.scm, scm/pdftex.scm: Make output of various functions
prettier.
(lily-def): Append `%'.
(start-system): Add parameter `wd'.  Output more TeX code to specify
box dimensions.
(stop-system, stop-last-system): Complement changes in
`start-system'.
* scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
Updated.

* scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
* buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
Write final `\endinput'.

* tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
files and macro definitions don't produce spurious spaces and
paragraphs (using \endlinechar).
* tex/lilyponddefs.tex: New dimension `\scoreshift'.

* Documentation/user/internals.itely: Improved formatting, fixing
typos
Added a section `Output details' to describe how the TeX code
looks like.
16 files changed:
Documentation/user/internals.itely
buildscripts/mf-to-table.py
lily/system.cc
scm/ascii-script.scm
scm/pdf.scm
scm/pdftex.scm
scm/ps.scm
scm/sketch.scm
scm/tex.scm
scripts/ly2dvi.py
tex/lily-pdf-defs.tex
tex/lily-ps-defs.tex
tex/lilypond-latex.tex
tex/lilypond-plaintex.tex
tex/lilyponddefs.tex
tex/titledefs.tex