]> git.donarmstrong.com Git - lilypond.git/commitdiff
resurrect 'eps' option.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 29 Sep 2003 16:59:38 +0000 (16:59 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 29 Sep 2003 16:59:38 +0000 (16:59 +0000)
(TexiPaper.to_eps): use -Ppdf for EPS files.

ChangeLog
scripts/lilypond-book.py

index 260b4df71aa44befd3926c362e2b02bb32b12b67..a316c2872032b5f2bc8fa88c99afcddc40ce9cf4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * scripts/lilypond-book.py: resurrect 'eps' option. 
+       (TexiPaper.to_eps): use -Ppdf for EPS files.
 
        * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
 
index 99a59dfeb82faa479282a37e1176ca346134ecd8..44c08b5af988ba35568d299176bb4bf39d4c2643 100644 (file)
@@ -1409,7 +1409,7 @@ def compile_all_files (chunks):
                cmd = '(( %s  >&2 ) >&- )' % cmd
                
                ly.system (cmd)
-               ly.system ("dvips -E -o %s.eps %s" % (file, file))
+               ly.system ("dvips -Ppdf -u+lilypond.map -E -o %s.eps %s" % (file, file))
        map (to_eps, eps)
 
        map (ly.make_ps_images, map (lambda x: x + '.eps', png))