bug-lilypond
[Top][All Lists]
Advanced

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

bug in CVS (lilypond-book)


From: David Bobroff
Subject: bug in CVS (lilypond-book)
Date: 22 Jul 2003 11:21:27 +0000

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





reply via email to

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