From: Han-Wen Nienhuys Date: Thu, 27 Mar 2003 00:11:57 +0000 (+0000) Subject: (run_dvips): +add the .map file X-Git-Tag: release/1.7.16~26 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e4f69e179bc26d66cb5e6b42c1d48f92ce8391c6;p=lilypond.git (run_dvips): +add the .map file --- diff --git a/ChangeLog b/ChangeLog index 4206a6986f..ac7abb3eb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-03-27 Han-Wen Nienhuys + + * scripts/ly2dvi.py (run_dvips): +add the .map file + +2003-03-24 Han-Wen Nienhuys + + * input/screech-boink.ly: new file. + 2003-03-22 Han-Wen Nienhuys * scripts/lilypond-book.py (make_lilypond_file): convert diff --git a/scripts/ly2dvi.py b/scripts/ly2dvi.py index 8c418aa6c8..331cfeca27 100644 --- a/scripts/ly2dvi.py +++ b/scripts/ly2dvi.py @@ -548,7 +548,7 @@ None. pass if pfa_file: - opts = opts + ' -Ppdf -G0 -u lilypond.map' + opts = opts + ' -Ppdf -G0 -u +lilypond.map' else: ly.warning (_ ('''Trying create PDF, but no PFA fonts found. Using bitmap fonts instead. This will look bad.'''))