bug-lilypond
[Top][All Lists]
Advanced

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

font map problem solved BUT another bug found in lilypond book 2.5.19


From: Bernard Hurley
Subject: font map problem solved BUT another bug found in lilypond book 2.5.19
Date: Wed, 13 Apr 2005 23:13:43 +0100

Hi,

Font mapping problem solved by adding:

 -u+/var/lib/texmf/dvips/config/download35.map

to the dvips call BUT all the systems display ON THE SAME LINE in the
final postscript file.

The problem seems to be that the generated file
lily-xxxxxxxxx-systems.tex looks like:

\includegraphics{lily-365734716-1.eps}%
\includegraphics{lily-365734716-2.eps}%
\includegraphics{lily-365734716-3.eps}%
\includegraphics{lily-365734716-4.eps}%
\includegraphics{lily-365734716-5.eps}%
\includegraphics{lily-365734716-6.eps}%
% eof - 'eof' is Makefile marker; do not remove. 

Whereas it should look like:

\includegraphics{lily-365734716-1.eps}
\includegraphics{lily-365734716-2.eps}
\includegraphics{lily-365734716-3.eps}
\includegraphics{lily-365734716-4.eps}
\includegraphics{lily-365734716-5.eps}
\includegraphics{lily-365734716-6.eps}
% eof - 'eof' is Makefile marker; do not remove. 

Looks like it's getting there!

Regards

Bernard

On Wed, 2005-04-13 at 18:41 +0100, Bernard Hurley wrote:
> Hi,
> 
> I seem to be having problems with font maps. I am not 100% sure this is
> a bug in lily. I have been trying to use lilypond-book on a latex file
> Test.tex that includes the line:
> 
> \lilypondfile[indent=1.2\cm]{prelude-d.ly}
> 
> It seems to work OK, the eps files generated seem correct (as viewed by
> dvips). However if I run latex and then:
> 
> dvips  -u+/home/invisible/share/lilypond/2.5.19/fonts/map/lilypond.map 
> -u+ec-mftrace.map Test.dvi
> 
> I get the errors:
> 
> dvips: Font CenturySchL-Ital used in file lily-333498224-1.eps is not in the 
> mapping file.
> dvips: Font CenturySchL-Roma used in file lily-333498224-1.eps is not in the 
> mapping file.
> 
> Is this an error in lilypond.map or have I missed something?
> 
> regards
> 
> Bernard
> 
-- 
Bernard Hurley <address@hidden>




reply via email to

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