lilypond-user
[Top][All Lists]
Advanced

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

Re: Upgrading to 2.6 Help


From: Tim Sawyer
Subject: Re: Upgrading to 2.6 Help
Date: Sun, 13 Nov 2005 22:16:52 +0000
User-agent: KMail/1.8.1

Thanks!  That now gets me a dvi I can preview.  Unfortunately, it has font 
trouble  - I appear to be missing note heads and the time sig is in the wrong 
font.

If I do a "dvipdf volume2.dvi" it gives the following output:

dvips: Font PFAEmmentaler-20 used in file lily-109005405-1.eps is not in the 
mapping file.
dvips: Font feta-alphabet20 used in file lily-109005405-1.eps is not in the 
mapping file.
dvips: Font CenturySchL-Roma used in file lily-2037270318-1.eps is not in the 
mapping file.
dvips: Font feta-alphabet13 used in file lily-1821431809-1.eps is not in the 
mapping file.
dvips: Font CenturySchL-Ital used in file lily-1808716927-1.eps is not in the 
mapping file.
dvips: Font PFAEmmentaler-14 used in file lily-1262503095-1.eps is not in the 
mapping file.
dvips: Font PFAEmmentaler-18 used in file lily-340522903-1.eps is not in the 
mapping file.

and the pdf contains the same as the dvi.

This is a self built lilypond 2.6.4 (./configure, make all, make install) on 
gentoo.  

I've always had to set TEXMF on gentoo to get lilypond to work, so I added 
that back in, but it doesn't seem to make a difference.  I'm running:

export datadir="/usr/local/share/lilypond/2.6.4"
export TEXMF="{$datadir,$(kpsexpand  \$TEXMF)}"

mv book.tex volume2.tex
rm -r build
mkdir build
cp volume2.tex ./build
cd build
lilypond-book -V --psfonts -o output volume2.tex
cd output
latex volume2.tex
latex volume2.tex
dvipdf volume2.dvi
xdvi volume2
cp volume2.pdf ../..

The fonts are available in /usr/local/share/lilypond/2.6.4/fonts/type1 etc.

Any ideas what I've missed?

Thanks,

Tim.

On Sunday 13 Nov 2005 21:12, Graham Percival wrote:
> On 13-Nov-05, at 12:12 PM, Tim Sawyer wrote:
> > ! Undefined control sequence.
> > l.1 \includegraphics
> >                     {lily-109005405-1.eps}
> > ?
>
> I believe that in 2.6, you need to add
> \usepackage{graphics}
>
> to your lilypond-book file.
>
> Cheers,
> - Graham




reply via email to

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