Bertalan Fodor writes:

> Still struggling with 2.4.4.
>
> First, there is a problem with versions.
> There is a 2.4.4 uploaded to the downloads.
> Checking out the cvs -r2.4 contains some files that are newer than in
> 2.4.4, and some older.
> The notation.itely file is broken in the cvs version.
> The cvs version calls itself 2.4.3

Oops.  We could do with a QA+Release MEISTER :-)

> Now, the problems:
>
> - Still latin1.enc is not found by lily-guile. (lilypond.out attached)

Thanks.  Fixed in CVS, see patch below.

teTeX-3.0 is much more strict in what trees it searches, texmf.cnf has

    % Font encoding files (.enc).
    ENCFONTS = .;$TEXMF/fonts/enc//

where 2.0.x simply searched all below tex

    % PostScript headers, prologues (.pro), encodings (.enc) and fonts.
    TEXPSHEADERS = .;$TEXMF/{dvips,pdftex,tex,fonts/type1}//

Jan.

  
--- GNUmakefile.in      07 jan 2005 15:16:18 +0100      1.126.2.3
+++ GNUmakefile.in      08 feb 2005 15:39:12 +0100      
@@ -125,6 +125,7 @@ $(builddir)/share/lilypond-force:
        cd $(builddir)/share/$(package)/fonts && \
                ln -s $(abs-srcdir)/mf source && \
                ln -s ../../../mf/$(outconfbase) afm && \
+               ln -s ../../../tex/$(outconfbase) enc && \
                ln -s ../../../mf/$(outconfbase) tfm && \
                ln -s ../../../mf/$(outconfbase) type1
        cd $(builddir)/share/$(package)/elisp && \



-- 
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://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to