With Lily v2.5.15 I'm finding a problem with lilypond-book. According
to the docs in '3.9.1 LaTeX' the following should work:
\documentclass[]{article}
\usepackage{graphics} % <---I have to add this line
\begin{document}
Normal LaTeX text.
\begin{lilypond}
\relative c'' {
a4 b c d
}
\end{lilypond}
More LaTeX text.
\begin{lilypond}
\relative c'' {
d4 c b a
}
\end{lilypond}
\end{document}
As I note in the input, I have to add '\usepackage{graphics}' or LaTeX
chokes. Furthermore, even when I do add it, I get no noteheads in the
output.
A bug in Lily? A bug in the docs? A bug in my head? Some combination
of the three?
-David
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond