]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/pfx2ttf.fontforge
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / buildscripts / pfx2ttf.fontforge
index 53b9de980e4e4cf2dce67dfdb7ade5f0bb0d5fd4..6428c7cf866ee9a9604c3e7265570a642084996b 100644 (file)
@@ -20,7 +20,11 @@ SelectIf("trademark", "trademark", \
          "afii61352", "afii61352", \
          "ij", "ij", \
          "IJ", "IJ");
-RemoveATT("Ligature", "*", "*");
+if (Strtol($version) < 20070501)
+  RemoveATT("Ligature", "*", "*");
+else
+  RemovePosSub("*");
+endif
 
 Generate($3 + $fontname + ".otf");