With latest CVS (ChangeLog 1.1131) I'm getting hashed fonts using
lilypond-book. The following short .ly file is fine and produces
expected results:
%%%%%%%%%test.ly%%%%%%%%%%%%%%
\include "paper20.ly"
\score {
\notes \relative c {
\time 4/4
c4 d e f g a b c
}
\paper { }
}
%%%%%%%%%test.ly%%%%%%%%%%%%%%
If, however, I wrap it up with this:
%%%%%%%%%%%test.lytex%%%%%%%%%%%%%%
\documentclass{article}
\begin{document}
\lilypondfile{test.ly}
\end{document}
%%%%%%%%%%%test.lytex%%%%%%%%%%%%%%
The black note heads become o's, quarter rests become fermatas....
-David Bobroff
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond