From b7088489f91c805f2260d2efecc01f26519c5352 Mon Sep 17 00:00:00 2001 From: Masamichi Hosoda Date: Sat, 15 Aug 2015 12:58:43 +0900 Subject: [PATCH] Issue 4552 / 4: Remove TeX's Century Schoolbook L settings This commit deletes Century Schoolbook L settings from TeX's map file. --- Documentation/common-macros.itexi | 8 -------- scripts/build/lys-to-tely.py | 8 -------- tex/GNUmakefile | 2 -- tex/lilypond.map.in | 4 ---- 4 files changed, 22 deletions(-) delete mode 100644 tex/lilypond.map.in diff --git a/Documentation/common-macros.itexi b/Documentation/common-macros.itexi index f3dac48c91..6d47ad9cf3 100644 --- a/Documentation/common-macros.itexi +++ b/Documentation/common-macros.itexi @@ -10,14 +10,6 @@ @set txicodequoteundirected @set txicodequotebacktick -@c Trick to use with proper font mappings the same NCSB fonts as -@c LilyPond instead of those provided by TeX distribution -@tex -\ifpdf - \pdfmapfile{=lilypond.map} -\fi -@end tex - @include cyrillic.itexi @c ***** Displaying text ***** diff --git a/scripts/build/lys-to-tely.py b/scripts/build/lys-to-tely.py index 33e9f76f3d..cab59d9148 100644 --- a/scripts/build/lys-to-tely.py +++ b/scripts/build/lys-to-tely.py @@ -68,14 +68,6 @@ template = '''\input texinfo @finalout @c we do not want black boxes. -@c Trick to use with proper font mappings the same NCSB fonts as -@c LilyPond instead of those provided by TeX distribution -@tex -\\ifpdf - \\pdfmapfile{=lilypond.map} -\\fi -@end tex - @c fool ls-latex @ignore @author %%(author)s diff --git a/tex/GNUmakefile b/tex/GNUmakefile index 5fa66c910f..51a54a43aa 100644 --- a/tex/GNUmakefile +++ b/tex/GNUmakefile @@ -14,5 +14,3 @@ local-uninstall: -rmdir $(DESTDIR)$(local_lilypond_datadir)/tex all: $(INSTALLATION_FILES) - -local-WWW-1: $(outdir)/lilypond.map diff --git a/tex/lilypond.map.in b/tex/lilypond.map.in deleted file mode 100644 index 1e6e17869e..0000000000 --- a/tex/lilypond.map.in +++ /dev/null @@ -1,4 +0,0 @@ -pncr8r CenturySchL-Roma <@NCSB_DIR@/c059013l.pfb -pncb8r CenturySchL-Bold <@NCSB_DIR@/c059016l.pfb -pncri8r CenturySchL-Ital <@NCSB_DIR@/c059033l.pfb -pncbi8r CenturySchL-BoldItal <@NCSB_DIR@/c059036l.pfb -- 2.39.2