]> git.donarmstrong.com Git - lilypond.git/commit
Separate flags into their own sub-font.
authorCarl Sorensen <c_sorensen@byu.edu>
Sat, 25 Jun 2011 03:38:00 +0000 (21:38 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Sat, 9 Jul 2011 21:03:15 +0000 (15:03 -0600)
commit15f4f4c7c1d0e8c2f904981586145f478a31b65c
treeef3d56a51be133b1498223f4b1bf99a66ee015f3
parent70a015a514dd4af9e9aa7d643f8bbcb1e58c0a70
Separate flags into their own sub-font.

When we have lots of flag sizes, there will be lots of glyphs.

With a maximum of 256-32 = 234 glyphs per sub font, we wanted to
have flags in their own sub font.

But flags depend on notehead widths, so they needed to be in the
same subfont as the noteheads.

This patch moves the notehead parameters from feta-noteheads.mf to
feta-params.mf, so the basic notehead parameters are available to
all subfonts.

Also, AFAICS, bigcheese.pe.in is no longer used -- it doesn't show
up anywhere in a git grep, except as having been renamed.  It doesn't
show up in GNUmakefile.  So I deleted it.
20 files changed:
mf/GNUmakefile
mf/bigcheese.pe.in [deleted file]
mf/feta-flags-generic.mf [new file with mode: 0644]
mf/feta-flags11.mf [new file with mode: 0644]
mf/feta-flags13.mf [new file with mode: 0644]
mf/feta-flags14.mf [new file with mode: 0644]
mf/feta-flags16.mf [new file with mode: 0644]
mf/feta-flags18.mf [new file with mode: 0644]
mf/feta-flags20.mf [new file with mode: 0644]
mf/feta-flags23.mf [new file with mode: 0644]
mf/feta-flags26.mf [new file with mode: 0644]
mf/feta-generic.mf
mf/feta-noteheads-generic.mf
mf/feta-noteheads-test-generic.mf [deleted file]
mf/feta-noteheads.mf
mf/feta-params.mf
mf/feta-scripts.mf
mf/parmesan-noteheads.mf
scripts/build/gen-emmentaler-scripts.py
scripts/build/mf-to-table.py