summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
==================