dpeach wrote:
Thanks again for your time.

- What do the following commands return?
printenv TEXMF
kpsewhich music-drawing-routines.ps


[EMAIL PROTECTED]:~$ printenv TEXMF
{/usr/share/lilypond/2.4.5,{!!/home/david/.texmf-config,!!/home/david/.texmf-var,/home/david/texmf,!!/usr/share/texmf-config,!!/usr/share/texmf-var,!!/usr/share/texmf,!!/usr/share/texmf-local,!!/usr/share/texmf-dist}}

Looks OK and tells me that you have teTeX version 3, which might be highly relevant.


[EMAIL PROTECTED]:~$ kpsewhich music-drawing-routines.ps /usr/share/lilypond/2.4.5/tex/music-drawing-routines.ps


OK! I realize now that the relevant thing to check probably is what kpsewhich -format="dvips config" music-drawing-routines.ps returns. Hopefully, it should answer with /usr/share/lilypond/2.4.5/ps/music-drawing-routines.ps on your system.

- What is the full path to the file in your installation?


Which file? The one I am having problems with?

There is one here: /usr/share/lilypond/2.4.5/tex/music-drawing-routines.ps

And one here:/usr/share/lilypond/2.4.5/ps/music-drawing-routines.ps

I have not dug in every directory to see where else it might reside. I have just stumbled onto those more or less. Both have permissions set to: -rw-r--r-- 1 root root

Have you tried to read them (as a normal user) so it's not a problem with the permissions higher up in the hierarchy?

So far, everything looks completely normal. As a last resort, you
could try to set the environment variable KPATHSEA_DEBUG to -1,
manually run the command:
dvips  -t "letter"   -u+ec-mftrace.map -u+lilypond.map -Ppdf peregrino
and then look through the resulting debug information that's printed to
stderr, to try to find out why the file isn't found.
If you wish, you could send me a private email with the debug output
if you can't figure it out yourself.

    /Mats


_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to