From 981e83232e2f5eca73b1b8117ebf7c4023da1933 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 11 Apr 2004 10:47:44 +0000 Subject: [PATCH] (run_dvips): add sauter-mftrace.map --- ChangeLog | 4 ++++ mf/GNUmakefile | 7 ++++++- scripts/lilypond.py | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0e055fec6a..0deca1d110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-04-11 Han-Wen Nienhuys + + * scripts/lilypond.py (run_dvips): add sauter-mftrace.map + 2004-04-11 Jan Nieuwenhuizen * scm/output-ps.scm (header): Papersize from paper. diff --git a/mf/GNUmakefile b/mf/GNUmakefile index 1cb01b5c9b..19ed8d01d8 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -38,7 +38,12 @@ MFTRACE_FLAGS=$(if $(ENCODING_FILE),--encoding $(ENCODING_FILE),) # # 2. are not included with teTeX # -SAUTER_FONTS = cmbxti8 ecbm14 ecrm12 + + +## use separate package sauter-fonts-mftraced. +SAUTER_FONTS = + +#cmbxti8 ecbm14 ecrm12 MORE_SAUTER_FONTS = cmbx14 cmbx17 \ cmbxti12 cmbxti14 \ diff --git a/scripts/lilypond.py b/scripts/lilypond.py index dae512954f..f1fd7c537a 100644 --- a/scripts/lilypond.py +++ b/scripts/lilypond.py @@ -508,7 +508,7 @@ leaving a PS file in OUTBASE.ps pass if pfa_file: - opts = opts + ' -Ppdf -G0 -u +lilypond.map' + opts = opts + ' -Ppdf -G0 -u lilypond.map -u +lilypond.map' else: ly.warning (_ ('''Trying create PDF, but no PFA fonts found. Using bitmap fonts instead. This will look bad.''')) @@ -519,7 +519,7 @@ Using bitmap fonts instead. This will look bad.''')) if preview_p: for score in find_tex_files (files, extra): preview_base = ly.strip_extension (score[0], '.tex') - cmd = 'dvips -E -Ppdf -u+lilypond.map -o%s %s' \ + cmd = 'dvips -E -Ppdf -u+sauter-mftrace.map -u+lilypond.map -o%s %s' \ % (preview_base + '.preview.ps', preview_base + '.preview.dvi') ly.system (cmd) -- 2.39.5