]> git.donarmstrong.com Git - lilypond.git/commit
* scm/framework-tex.scm (font-load-command, define-fonts): Protect
authorwl <wl>
Sat, 16 Oct 2004 07:37:46 +0000 (07:37 +0000)
committerwl <wl>
Sat, 16 Oct 2004 07:37:46 +0000 (07:37 +0000)
commit446d7c77fd3cec91d2a9f9542e1b70eb2bdb1aed
tree5466cf35bda3ddb1aed2c81c47b37475d8fc4991
parentc36c76cf094f43f4c7565819f861bbb5971ecac2
* 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