gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: lily 1.4.2 and redhat 7.1 font woes


From: Mats Bengtsson
Subject: Re: lily 1.4.2 and redhat 7.1 font woes
Date: Fri, 01 Jun 2001 17:16:09 +0200

> hi.  i usually use lily on freebsd, but i'm trying to get it working
> under redhat 7.1.
> 
> i've successfully compiled and installed.  and ly2dvi works fine.  but
> when i try to xdvi the output, i get:
> 
> mktexpk: /home/dpetrou/fugue/3rd_fugue/feta20.300pk: successfully generated.
> Checksum mismatch (dvi = 2276510827, pk = 867495538) in font file 
> /home/dpetrou/fugue/3rd_fugue/feta20.300pk
> 
> and xdvi hangs forever.
> 
> i've run clean-fonts.  also, there were no feta files in my working
> directory before i compiled my music.  also, i'm running
> lilypond-login first.

My guess is that a file feta20.600pk was created when you ran ly2dvi
('kpsewhich feta20.600pk' should return the path in that case).
It seems that your installation tells xdvi to use lower resolution
in the font files. Try 'xdvi -p 600 yourfile.dvi'. If that helps and 
you have root access, you can edit the file at 
>> kpsewhich -progname=xdvi --format='other text files' XDvi
and change the line with pixelsPerInch to 
XDvi*pixelsPerInch: 600
This is the setting used by default in teTeX, but Redhat might
have changed it for some reason.

If this didn't help, let's take it step by step:

- Did you install Lilypond from an RPM, using make install or ...?
  
- Clean up all font files from the current directory and run clean-fonts.
  Rerun ly2dvi. What's now the output of the following commands:
>> kpsewhich feta20.mf
>> kpsewhich feta20.tfm
>> kpsewhich feta20.600pk
>> kpsewhich feta20.300pk

- What's the value of $MFINPUTS and $TFMFONTS?

    /Mats





reply via email to

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