]> git.donarmstrong.com Git - lilypond.git/commit
Resetting @exampleindent to `5' gives ugly results with texinfo's
authorWerner Lemberg <wl@gnu.org>
Sun, 31 Oct 2004 08:48:08 +0000 (08:48 +0000)
committerWerner Lemberg <wl@gnu.org>
Sun, 31 Oct 2004 08:48:08 +0000 (08:48 +0000)
commit555584529da4f5ec048e0c41413f52ba9e71bf77
tree3e8f8ef782583d12188053f96986bed6005d07ff
parentb4e0071db1daf79f3707f368c6a22a446c0f6ecd
Resetting @exampleindent to `5' gives ugly results with texinfo's
DVI output.  Use `@format @exampleindent 0 ... @end format' instead
(if not quoting) to change @exampleindent only locally.

* scripts/lilypond-book.py (NOQUOTE): New variable.
(output) [LATEX]: Remove AFTER and BEFORE.
[TEXINFO]: Remove AFTER and BEFORE.
Fix QUOTE and VERBATIM pattern.
Add NOQUOTE pattern.
(Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
and BEFORE.
[output_texinfo]: Use NOQUOTE.
ChangeLog
scripts/lilypond-book.py