From: Han-Wen Nienhuys Date: Thu, 27 Mar 2003 00:08:15 +0000 (+0000) Subject: (run_dvips): +add .map file. X-Git-Tag: release/1.6.9~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0c8ee9cfa94c60e818dbc71df74ef29743d1efc6;p=lilypond.git (run_dvips): +add .map file. --- diff --git a/ChangeLog b/ChangeLog index 1163a06348..685c726a1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-27 Han-Wen Nienhuys + + * scripts/ly2dvi.py (run_dvips): +add .map file. + 2003-03-16 Han-Wen Nienhuys * lily/parser.yy (scalar): DIGIT is also a scalar. diff --git a/scripts/ly2dvi.py b/scripts/ly2dvi.py index 3e2e1db95f..d5e838506a 100644 --- a/scripts/ly2dvi.py +++ b/scripts/ly2dvi.py @@ -813,7 +813,7 @@ None. opts = opts + ' -tlandscape' if 'PDF' in targets: - opts = opts + ' -Ppdf -G0 -u lilypond.map' + opts = opts + ' -Ppdf -G0 -u +lilypond.map' cmd = 'dvips %s -o%s %s' % (opts, outbase + '.ps', outbase + '.dvi') quiet_system (cmd, 'dvips')