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

index 4206a6986f2f7c5d2c71f5a7019cc1cf87730294..ac7abb3eb235009bad570e135eb8b172d341ba37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scripts/ly2dvi.py (run_dvips): +add the .map file 
+
+2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/screech-boink.ly: new file.
+
 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * scripts/lilypond-book.py (make_lilypond_file): convert
index 8c418aa6c84bd17a3a263f05807b5415a0a45849..331cfeca27ae5109f7878475550f4f2a0c735e1d 100644 (file)
@@ -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.'''))