Juergen Reuter <[EMAIL PROTECTED]> writes:

> Sorry for the long delay of
> several weeks; but I still have severe teTeX problems since lily 1.5.59.
> Currently, I have to manually tweak TEXMF and TEXINPUTS and/or set up
> various symbolic links to work around font problems.

Do you run lilypond from the build directory, or do you install it?
There were bugs in both procedures.  In any case, setting TEXMF should
be enough now, as long as TEXINPUTS et al. are not set, or not set to
wrong values.

Running lilypond from the build dir should now (.62) be as easy as:

    ./configure; make
    export TEXMF=$(pwd)/share/lilypond/<version>  # build dir version
    # export /usr/share/lilypond/<version>        # installed version
    unset LILYPONDPREFIX
    unset MFINPUTS
    unset TEXINPUT
    unset TFMFONTS

Btw, if 'make web' runs ok, you can always peek how it works.
Variables for running lilypond from the build directory are set in
./make/lilypond-vars.make.

> Another thing: "make distclean" does not remove directory "share" in the
> top level directory.  Is this a bug or intended behaviour?

Bug, fixed in CVS.  Thanks.

Greetings,
Jan.

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


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

Reply via email to