]> git.donarmstrong.com Git - lilypond.git/commit
* scm/framework-tex.scm (font-load-command, define-fonts): Protect
authorWerner Lemberg <wl@gnu.org>
Sat, 16 Oct 2004 07:37:46 +0000 (07:37 +0000)
committerWerner Lemberg <wl@gnu.org>
Sat, 16 Oct 2004 07:37:46 +0000 (07:37 +0000)
commita804e0dd6e6dc7c975e261956ae485c6c5f78a98
tree5466cf35bda3ddb1aed2c81c47b37475d8fc4991
parent621fb08402668eb7069d81e9d0f8263d835d3533
* scm/framework-tex.scm (font-load-command, define-fonts): Protect
some TeX line ends with `%' to avoid additional horizontal space in
output.

* scripts/lilypond-book.py: Unexpand spaces to tabs.
(snippet_res): Use `x' modifier to represent regular expressions
in a friendlier way.
Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
(find_toplevel_snippets): Don't use indices from match group 0,
which is the whole pattern space, but group 1.
ChangeLog
scm/framework-tex.scm
scripts/lilypond-book.py