]> git.donarmstrong.com Git - lilypond.git/commitdiff
(run_dvips): +add .map file.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 27 Mar 2003 00:08:15 +0000 (00:08 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 27 Mar 2003 00:08:15 +0000 (00:08 +0000)
ChangeLog
scripts/ly2dvi.py

index 1163a06348791fed171d31b34629fedfef87bcfe..685c726a1f1a7cac856cb3e5d0be44280c55fad9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scripts/ly2dvi.py (run_dvips): +add  .map file.
+
 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
        
        * lily/parser.yy (scalar): DIGIT is also a scalar.
index 3e2e1db95fda42148cc5945f1c6cf1947247b670..d5e838506a937f865f8def007cb16233e054ca9f 100644 (file)
@@ -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')