lilypond-devel
[Top][All Lists]
Advanced

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

lilypond-book in 2.5.13


From: Graham Percival
Subject: lilypond-book in 2.5.13
Date: Sun, 06 Mar 2005 14:36:31 -0800

I've just tried lily 2.5.13 in fink. Lilypond itself works ok, although the fonts are quite heavy. Han-Wen mentioned that they might be displaying in bold?

lilypond-book (I used the LaTeX example template from chapter 3 of the
manual; see below) wasn't happy:
1)  \usepackage{graphics} needs to be added to the generated .tex file.
2)  latex didn't display any errors, but dvips did.

----
spark:~/tmp gperciva$ dvips foo.dvi -o
This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com)
' TeX output 2005.03.06:1428' -> foo.ps
dvips: Font emmentaler-20 used in file lily-1263226555-1.eps is not in the mapping file. dvips: Font emmentaler-20 used in file lily-901382177-1.eps is not in the mapping file.
<texc.pro><texps.pro><special.pro>. <cmr10.pfb>[1<lily-1263226555-1.eps>
<lily-901382177-1.eps>]
----

The resulting ps/pdf had staff lines, bar lines, and note stems; no noteheads,
clef, etc.


Here's the file I used for reference:
---
\documentclass[]{article}
\usepackage{graphics}
\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}





reply via email to

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