bug-lilypond
[Top][All Lists]
Advanced

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

error on line 1534 of lilypond-book.py /ChangeLog/1.4313/


From: Bernard Hurley
Subject: error on line 1534 of lilypond-book.py /ChangeLog/1.4313/
Date: Thu, 01 Dec 2005 18:56:54 +0000

In this line:
        modify_preamble (chunks[0])

should read:    
        modify_preamble (c)

However the code still does not work properly because it is legal to put
whitespace between "\begin" and "{document}". So, for example, the
following formatting is legal, if unlikely:

\documentclass{article}\begin  
     {document}
\end{document}
        
-- 
Bernard Hurley <address@hidden>




reply via email to

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