From 894f5c9b1b1877ab399065b81226541114334b70 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 11 Apr 2004 11:03:45 +0000 Subject: [PATCH] (run_dvips): add sauter-mftrace.map --- scripts/lilypond.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lilypond.py b/scripts/lilypond.py index f1fd7c537a..4851eceff4 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 -u +lilypond.map' + opts = opts + ' -Ppdf -G0 -u +sauter-mftrace.map -u +lilypond.map' else: ly.warning (_ ('''Trying create PDF, but no PFA fonts found. Using bitmap fonts instead. This will look bad.''')) -- 2.39.5