At 10:58 AM 3/15/2005 +0100, you wrote:
>> A bug in Lily?  A bug in the docs?  A bug in my head?  Some combination
>> of the three?
>
>try viewing the PS file

% File: book.lytex
\documentclass[a4paper]{article}
\usepackage{graphics}
\begin{document}

\begin{lilypond}
        \relative c''{
                d4 c b a
        }
\end{lilypond}
\end{document}

If I take the above input and do:

lilypond-book --output=out book.lytex
cd out
latex book
dvips -o book.ps book
ggv book.ps

...I see exactly nothing displayed on the page in ggv.  Printing it from
ggv gives me a set of staff lines with stems but no note heads or clef.
This is the same thing I see with xdvi.

Weird.

-David





_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to