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

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

Re: Patch for 1.3.151


From: Jan Nieuwenhuizen
Subject: Re: Patch for 1.3.151
Date: 17 May 2001 12:10:06 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/20.7

Mats Bengtsson <address@hidden> writes:

Hi Mats,

Late reaction from my side, hope you can help.

> Here's a patch that hopefully should solve some of Rune's problems.
> In ly2dvi, I added the lilypond default paths at the end instead of 
> the front of the TeX related environment variables.

Here at work, I have lilypond1.3-1.3.150-1 installed, which has MF
fonts in /usr/share/lilypond/mf.  In $HOME/usr/src/lilypond/mf are my
1.4.0 fonts.

My MFINPUTS are set to $HOME/usr/src/lilypond/mf.

Now, when I run ly2dvi foo.ly, the old mf sources in
/usr/share/lilypond/mf will be used, although MFINPUTS and datadir
both point to the correct directory, all gets messed up by this:

>  environment = {
> -     'MFINPUTS' : datadir + '/mf:',
> -     'TEXINPUTS': datadir + '/tex:' + datadir + '/ps:.:',
> -     'TFMFONTS' : datadir + '/tfm:',
> +     'MFINPUTS' : ':' + datadir + '/mf',
> +     'TEXINPUTS': ':' + datadir + '/tex:' + datadir + '/ps',
> +     'TFMFONTS' : ':' + datadir + '/tfm',
>       'GS_FONTPATH' : datadir + '/afm:' + datadir + '/pfa',
>       'GS_LIB' : datadir + '/ps',

Why did you do this, or why/when is this necessary?  LilyPond, or in
this case `datadir' should be the best choice, always?

What to do?  I'd like to revert this patch, but you're the
tex-installation guru...

Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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