Per Olsson <[EMAIL PROTECTED]> writes:

> Hello!
> 
> I have installed LilyPond in windows 95 (I normally use Linux). When I
> enter
> 
> dvips doc.dvi
> 
> I will get the nessage "cannot find feta source file" after the command
> line
> 
> makemf -v feta20
> 
> Why?

Probably because MFINPUTS is not set to the correct DOS style path.
LilyPond-1.4.3 will contain a wrapper script to do that automagically.

You can add this script as /usr/lilypond/wrappers/dvips

    #!/bin/sh
    # dvips.sh -- dvips wrapper for Windows

    MFINPUTS="$WINDOWS_MFINPUTS"
    TEXINPUTS="$WINDOWS_TEXINPUTS"
    TFMFONTS="$WINDOWS_TFMFONTS"

    export MFINPUTS TEXINPUTS TFMFONTS

    dvips.exe $*


or set

    MFINPUTS=$WINDOWS_MFINPUTS

before running dvips.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to