Werner LEMBERG <[EMAIL PROTECTED]> 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
([EMAIL PROTECTED])


_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to