Bernard Hurley wrote:
This is for ChangeLog/1.4304/ but with my patch applied to get lilypond-book actually to generate LaTeXlilypond-book should not generate \RequirePackage{graphics} but \usepackage{graphics}. The former version is for use in Class files, where '@' has the status of a letter. \usepackage{graphics} is equivalent to: \makeatletter\RequirePackage{graphics}\makeatother and so loads the package in the right environment if used in the preamble of a document file. It seems that: \includegraphics{filename} still works, but some of the other facilities of the graphics package may be broken. this too may break in future versions of the graphics package.
Strange. I thought that @ was always a letter in the preamble? Note that we only put it in the preamble.
-- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
