Thanks for the fix. Unfortunately, I'm not at home and have no computer access to build LilyPond. I'll be back on July 25th.
If testing this bugfix is urgent, I can ask somebody on lilypond-devel to do it. We use makeinfo to build HTML and Info manuals, so I'll test 4.9.90. Cheers, John 2007/7/5, Karl Berry <[EMAIL PROTECTED]>:
much space is often left around the quoted text Thanks for the report, and sorry for the delayed reply. There's a new version at ftp://tug.org/tex/texinfo.tex with the patch below, which fixed it for me. By the way, do you use makeinfo with the lilypond manual? If so, could you see if version in the 4.9.90 pretest (alpha.gnu.org/gnu/texinfo) has any problems? Thanks, karl --- texinfo.tex.~1.248.~ 2007-07-03 16:10:30.000000000 -0700 +++ texinfo.tex 2007-07-05 10:09:47.000000000 -0700 @@ -7506,5 +7506,5 @@ \count255=128 \loop\ifnum\count255<256 - \global\catcode\count255=#1 + \global\catcode\count255=#1\relax \advance\count255 by 1 \repeat @@ -7514,5 +7514,5 @@ \count255=128 \loop\ifnum\count255<256 - \catcode\count255=#1 + \catcode\count255=#1\relax \advance\count255 by 1 \repeat