diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-04-07 12:20:34 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-04-07 12:20:34 +0000 |
commit | a1ac6142347beea8db846898b777b0e67cf9f83f (patch) | |
tree | b816662d860e0ba49692f2824322fecba29dc92c /mf/feta11.mf | |
parent | bb46ea5d41f5cc63c748d66de5097564b0fc276c (diff) |
* scm/output-tex.scm (text): remove debugging code.
* lily/scaled-font-metric.cc (ly_font_encoding): return vector
* buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
from infile.
* mf/feta-generic.mf: move fet_beginfont into generic code.
use fetaMusic (without space) as encoding
* mf/feta-autometric.mf: take encoding argument
* lily/afm.cc (read_afm_file): bugfix, read global info too.
* lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
use.
* scm/encoding.scm (read-encoding-file): use symbol for glyph
name.
Diffstat (limited to 'mf/feta11.mf')
-rw-r--r-- | mf/feta11.mf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mf/feta11.mf b/mf/feta11.mf index c0e87d7d8c..de5e4dfd7c 100644 --- a/mf/feta11.mf +++ b/mf/feta11.mf @@ -3,14 +3,12 @@ input feta-autometric; -fet_beginfont("feta", 11); -staffsize#:=11.22pt#; + +design_size:= 11.22; test:=0; input feta-generic; -fet_endfont("feta"); - end. |