lilypond-devel
[Top][All Lists]
Advanced

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

Re: fontforge-20070501


From: Michael Welsh Duggan
Subject: Re: fontforge-20070501
Date: Sat, 26 May 2007 06:05:48 -0400
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux)

Werner LEMBERG <address@hidden> writes:

>> Has anyone succeeded in building lilypond with fontforge-20070501?
>
> This doesn't work yet.  The scripting interface has changed, and I
> haven't found time yet to fix it.  Please use an older version of
> FontForge.
>
> Of course, patches are highly welcome...

The following patch appears to do the right thing, but I cannot
gurantee that it is correct:

diff --git a/buildscripts/pfx2ttf.fontforge b/buildscripts/pfx2ttf.fontforge
index 53b9de9..a95bcb6 100644
--- a/buildscripts/pfx2ttf.fontforge
+++ b/buildscripts/pfx2ttf.fontforge
@@ -20,7 +20,7 @@ SelectIf("trademark", "trademark", \
          "afii61352", "afii61352", \
          "ij", "ij", \
          "IJ", "IJ");
-RemoveATT("Ligature", "*", "*");
+RemovePosSub("*");
 
 Generate($3 + $fontname + ".otf");

-- 
Michael Welsh Duggan
(address@hidden)




reply via email to

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