From f8855ef040bd1cead472cbbc1cda880a34e7016e Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 5 Jul 2004 21:51:52 +0000 Subject: [PATCH] * scm/font.scm (add-cmr-fonts): upright caps is eccc. * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt. --- ChangeLog | 6 ++++++ Documentation/GNUmakefile | 2 +- Documentation/index.html.in | 3 +++ scm/font.scm | 5 ++--- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62bb15bf25..f945e30dfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-05 Han-Wen Nienhuys + + * scm/font.scm (add-cmr-fonts): upright caps is eccc. + + * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt. + 2004-07-02 Carl Sorensen * scm/output-ps.scm (white-text): Add scale paramter to allow scaling diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 8bf2f26264..a7306c8524 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -5,7 +5,7 @@ SUBDIRS=user bibliography pictures topdocs misc STEPMAKE_TEMPLATES=documentation texinfo tex LOCALSTEPMAKE_TEMPLATES=lilypond ly LILYPOND_BOOK_FLAGS=--extra-options '-e "(ly:set-option (quote internal-type-checking) \#t)"' -README_TOP_FILES= DEDICATION ChangeLog +README_TOP_FILES= DEDICATION THANKS ChangeLog EXTRA_DIST_FILES= texinfo.css include $(depth)/make/stepmake.make diff --git a/Documentation/index.html.in b/Documentation/index.html.in index 8641b6616a..9742a4739c 100644 --- a/Documentation/index.html.in +++ b/Documentation/index.html.in @@ -103,6 +103,9 @@
  • Bibliography
    (background information) +
  • Thank yous +
    (our contributors) +
  • Dedication
    (by Jan and Han-Wen) diff --git a/scm/font.scm b/scm/font.scm index c599bb34a3..563d4f6873 100644 --- a/scm/font.scm +++ b/scm/font.scm @@ -340,10 +340,9 @@ (10.0 . #(,(delay (ly:font-load "ecbi8")) ,(delay (ly:font-load "ecbi10")) ,(delay (ly:font-load "ecbi14"))))) - ;; duplicate entry? - ;;(#(roman caps medium) . - ;; (10.0 . #(,(delay (ly:font-load "eccc10"))))) (#(roman caps medium) . + (10.0 . #(,(delay (ly:font-load "eccc10"))))) + (#(roman slanted-caps medium) . (10.0 . #(,(delay (ly:font-load "ecsc10"))))) (#(roman upright bold-narrow ) . (10.0 . #(,(delay (ly:font-load "ecrb10"))))) -- 2.39.2