Actually, the problem is not the missing lilypond-profile, since
the Debian installation links all the necessary files directly
into the ordinary TEXMF directory tree. Rather, it's a packaging
error in the deb package that has been fixed in the development version.

You can easily fix this yourself by running the following two commands
as root:

ln -s /usr/share/lilypond/$(VERSION)/fonts/type1 usr/share/texmf/fonts/type1/public/lilypond

texhash

(In the first command, replace $(VERSION) with 2.0.0 or whatever
you have on your machine.)


/Mats


Adam Tee wrote:
On 03/01/04 16:25:39, Mats Bengtsson wrote:

My question now is what is the best way to create eps using dvips,
whenever I run dvips on the .dvi file I get the ugly output.


Please discribe some more details on what you try to do and what
problems you see. Also, say what LilyPond version you have and on
what platform.


I'm 2.0.0 on Debian Woody using the deb package.


I've tried
dvips -u lilypond.map -E myScore.dvi -f |epstopdf --filter >myScore.pdf

which works except for the fonts are not the feta font just symbols. I think its because the TEXMF path is wrong. As the lilypond-profile scripts are not present.


Adam


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to