diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-12-17 12:48:23 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-12-17 12:48:23 +0000 |
commit | ab6c01d8c0d0b6fe38aa8a2259cd722b9dab8699 (patch) | |
tree | 3ee112cdf2a091f6e59855990e6cf7aba136b615 | |
parent | 7377b480bb7412c3d7fc39ba54aa5737b591fadb (diff) |
*** empty log message ***
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | mf/GNUmakefile | 2 | ||||
-rw-r--r-- | scm/font.scm | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -4,6 +4,9 @@ 2004-12-17 Jan Nieuwenhuizen <janneke@gnu.org> + * mf/GNUmakefile: Generate combined aybabtu info. + * mf/aybabtu.pe.in (i): Load it. + * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts are not symbols. diff --git a/mf/GNUmakefile b/mf/GNUmakefile index f076eb88f3..ceb252c2c7 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -29,7 +29,7 @@ $(outdir)/aybabtu.otf-table: $(BRACES:%=$(outdir)/feta-braces-%.otf-table) cat $^ > $@ $(outdir)/aybabtu.otf-gtable: $(BRACES:%=$(outdir)/feta-braces-%.otf-gtable) - echo '(foe . 0)' > $@ + echo '(staffsize . 20)' > $@ LOG_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.log) LISP_FILES = $(FETA_MF_FILES:%.mf=$(outdir)/%.lisp) diff --git a/scm/font.scm b/scm/font.scm index 88dee84047..4c7a525dd3 100644 --- a/scm/font.scm +++ b/scm/font.scm @@ -182,7 +182,7 @@ ,(delay (ly:font-load "bigcheese23")) ,(delay (ly:font-load "bigcheese26")))) - (fetaBraces 15 #(,(delay + (fetaBraces 100.0 #(,(delay (ly:font-load "aybabtu"))))))) (define-public (add-cmr-fonts node factor) |