lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cygwin: lilypond and tetex-3.0


From: Jan Nieuwenhuizen
Subject: Re: cygwin: lilypond and tetex-3.0
Date: Tue, 08 Feb 2005 15:48:35 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

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 <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]