bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 722 in lilypond: newline inside @macro{} in texinfo screws up


From: codesite-noreply
Subject: Issue 722 in lilypond: newline inside @macro{} in texinfo screws up
Date: Sun, 11 Jan 2009 12:48:55 +0000


Comment #2 on issue 722 by lemzwerg: newline inside @macro{} in texinfo screws up
http://code.google.com/p/lilypond/issues/detail?id=722

The problem is not that a macro spans more than a single line -- this is handled just fine. The very problem is that @rlearning and friends contain a call to
@vindex, and this is a command which *must* be placed on a line of its own.
However, TeX converts newlines within a macro to spaces which makes @vindex fail
since it can't finish its argument list at the right place.

In other words, the affected macro definitions in macros.itexi are broken.

This is easy to fix for texinfo; I'll do it soon. Is it really a problem for texi2html? Then I suggest that you file a bug report so that Patrice can fix it
or provide a proper workaround.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

[Prev in Thread] Current Thread [Next in Thread]