lilypond -book still does not always generate \usepackage. (The code
seems to have changed but the issue remains)
After runing:
lilypond-book -V --psfonts test-X.lytex
on either tof the following files does not result in \usepackage
{graphics} being inserted into the generated .tex file.
----------- test-1.lytex --------
%% comment
\documentclass[english]{article}
\begin{document}
\end{document}
---------------------------------
----------- test-2.lytex --------
\documentclass[english]{article}
%% comment
\begin{document}
\end{document}
---------------------------------
--
Bernard Hurley <[EMAIL PROTECTED]>
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond