bug-lilypond
[Top][All Lists]
Advanced

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

lilypond-book


From: David Bobroff
Subject: lilypond-book
Date: Mon, 14 Mar 2005 15:38:03 +0000

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





reply via email to

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