]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove bogus weight (design size) from SetFontNames() argument when
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 7 Mar 2010 17:26:50 +0000 (14:26 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 7 Mar 2010 17:26:50 +0000 (14:26 -0300)
generating Emmentaler-X.otf.

scripts/build/gen-emmentaler-scripts.py

index 3da88408690ae385014094feec293c49a94b8dde..275fccaf89339ffcae47eb60c0253d8d91316e24 100644 (file)
@@ -38,7 +38,7 @@ notice += "this font, and embed this font or unaltered portions of this ";
 notice += "font into the document, this font does not by itself cause the ";
 notice += "resulting document to be covered by the GNU General Public License.";;
 
-SetFontNames("%(name)s-%(design_size)d", "%(name)s", "%(name)s %(design_size)d", "%(design_size)d", notice, "@TOPLEVEL_VERSION@");
+SetFontNames("%(name)s-%(design_size)d", "%(name)s-%(design_size)d", "%(name)s-%(design_size)d", "", notice, "@TOPLEVEL_VERSION@");
 
 MergeFonts("feta%(design_size)d.pfb");
 MergeFonts("parmesan%(design_size)d.pfb");