summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-03-09 23:12:54 +0000
committerKarl Berry <karl@freefriends.org>2009-03-09 23:12:54 +0000
commit169f14b28ecef76264994c0e84831424d1f52405 (patch)
tree5bf53d3cddaea6b070de484157a61af8010382f3
parent734546e6ec6e3d5a90fb56827a8d7a52e4802237 (diff)
context-lilypond update (9mar09)
git-svn-id: svn://tug.org/texlive/trunk@12348 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/context/third/lilypond/t-lilypond.pdfbin113492 -> 113787 bytes
-rw-r--r--Master/texmf-dist/tex/context/third/lilypond/t-lilypond.tex5
-rw-r--r--TODO1
3 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/context/third/lilypond/t-lilypond.pdf b/Master/texmf-dist/doc/context/third/lilypond/t-lilypond.pdf
index 12798d78ef6..dc053390fba 100644
--- a/Master/texmf-dist/doc/context/third/lilypond/t-lilypond.pdf
+++ b/Master/texmf-dist/doc/context/third/lilypond/t-lilypond.pdf
Binary files differ
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
diff --git a/TODO b/TODO
index d9e4001b9b1..d79a0532b1c 100644
--- a/TODO
+++ b/TODO
@@ -35,6 +35,7 @@ Public domain. TODO:
- kpsewhich default to "TeX system documentation" for *.pdf, *.html.
- add epspdf to doc/info/dir (should not be in bin-kpathsea, either).
- enable binpattern in texloganalyser.tlpsrc
+- add luatex-plain.mem generation.
1. Package updates
==================