From: Jan Nieuwenhuizen Date: Fri, 17 Dec 2004 12:48:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.14~410 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ab6c01d8c0d0b6fe38aa8a2259cd722b9dab8699;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index d5f67e6f02..f7c9485076 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ 2004-12-17 Jan Nieuwenhuizen + * 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)