From: hanwen Date: Sun, 11 Apr 2004 10:47:44 +0000 (+0000) Subject: (run_dvips): add sauter-mftrace.map X-Git-Tag: release/2.3.9^2~341 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=28f94f1811daf607cbdd8ac043920f2a04af8c81;p=lilypond.git (run_dvips): add sauter-mftrace.map --- 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)