diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-09 23:12:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-09 23:12:54 +0000 |
commit | 169f14b28ecef76264994c0e84831424d1f52405 (patch) | |
tree | 5bf53d3cddaea6b070de484157a61af8010382f3 /Master/texmf-dist/tex/context | |
parent | 734546e6ec6e3d5a90fb56827a8d7a52e4802237 (diff) |
context-lilypond update (9mar09)
git-svn-id: svn://tug.org/texlive/trunk@12348 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context')
-rw-r--r-- | Master/texmf-dist/tex/context/third/lilypond/t-lilypond.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/third/lilypond/t-lilypond.tex b/Master/texmf-dist/tex/context/third/lilypond/t-lilypond.tex index 6165c77d931..54b54c12ff0 100644 --- a/Master/texmf-dist/tex/context/third/lilypond/t-lilypond.tex +++ b/Master/texmf-dist/tex/context/third/lilypond/t-lilypond.tex @@ -248,11 +248,12 @@ %D %D Generating a PDF directly always creates a whole page, so we generate EPS first. - \def\LP{texmfstart --ifchanged=\lily!filename.tmp --exec bin:lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts -ddelete-intermediate-files \lily!filename.tmp} + \def\LP{texmfstart --ifchanged="\lily!filename.eps" --exec bin:lilypond -dbackend=eps -dno-gs-load-fonts -dinclude-eps-fonts -ddelete-intermediate-files "\lily!filename.tmp"} + %D %D It would be nice, if \type{-ddelete-intermediate-files} would delete all useless intermediate files. %D More possible options in \type{lily.scm}. - \def\PDF{texmfstart --ifchanged=\lily!filename.eps pstopdf \lily!filename.eps} + \def\PDF{texmfstart --ifchanged="\lily!filename.eps" pstopdf "\lily!filename.eps"} %D The following line is needed for Lua\TeX, where buffers are kept in memory %D in contrast to other (older) flavours of \TeX\ where they're written to a |