]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/pfx2ttf.fontforge
* scm/define-music-properties.scm (all-music-properties): remove
[lilypond.git] / buildscripts / pfx2ttf.fontforge
index 914d1d1e7cd9182d5d86026b939fcd50caff40f0..ec0f9a214abbb3ecb6f7f392e6e4da072fbe3bbf 100644 (file)
@@ -2,5 +2,16 @@
 
 Open($1);
 MergeKern($2)
-Generate($3);
+
+# Remove the No. glyph - for want of better FF fix.  
+err = SelectIf("afii61352");
+if ( err > 0 )
+   Cut();
+elseif ( err == 0 )
+   Print("Could not find \"numero\" glyph");
+elseif ( err < 0 )
+   Print("An error occurred while searching for the \"numero\" glyph");
+endif
+
+Generate($3 + $fontname + ".otf");