José Romildo Malaquias <[EMAIL PROTECTED]> writes:
> The output of the latest is attached. Basicaly, mktextfm
> is trying to write to the /usr/local/share/lilypond dir:
>
> mktextfm --destdir /usr/local/share/ lilypond/tfm feta16
>
> That is not allowed for a normal user.
>
> Any hints?
Yes, TFM creation was changed to allow the TFM files to be created
only once. You need to prepend a lilypond directory you can write to,
to your $TEXINPUTS and $TFMFONTS variables, eg,
$HOME/usr/src/lilypond/tfm, or '.'
17:01:46 appel ~/usr/src/lilypond$ echo $TEXINPUTS
.
17:01:52 appel ~/usr/src/lilypond$ echo $TFMFONTS
.
17:02:04 appel ~/usr/src/lilypond$ lilypond input/example-1.ly
[..]
mktextfm: /home/fred/usr/share/lilypond/tfm/feta-nummer10.tfm: successfully generated.
17:03:38 appel ~/usr/src/lilypond$ dvips -o x.ps example-1
[..]
mktexpk: /home/fred/usr/src/lilypond/feta20.600pk: successfully generated.
See:
http://mail.gnu.org/pipermail/gnu-music-discuss/2001-March/001213.html
--
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