From: Han-Wen Nienhuys Date: Sat, 3 Feb 2007 18:20:29 +0000 (+0100) Subject: thinkos X-Git-Tag: release/2.11.16-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=68463909e3d26059c7869143e77d6b1caffd9fa6;p=lilypond.git thinkos --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 3ccaf3977d..b1cc4ff6ba 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -224,7 +224,7 @@ test: echo -e '\n\n\n' ; \ git diff ; \ fi > input/regression/out-test/tree.gittxt - $(MAKE) -C input/regression/ out=$(OUT_TEST) LILYPOND_BOOK_LILYPOND_FLAGS="--backend=eps --formats=ps $(LILYPOND_JOBS) -dseparate-log-files -dinclude-eps-fonts -dgs-load-fonts --header=texidoc -I $(top-src-dir)/input/manual -ddump-profile -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= out-$(OUT_TEST)/collated-files.html + $(MAKE) -C input/regression/ out=$(OUT_TEST) LILYPOND_BOOK_LILYPOND_FLAGS="-dbackend=eps --formats=ps $(LILYPOND_JOBS) -dseparate-log-files -dinclude-eps-fonts -dgs-load-fonts --header=texidoc -I $(top-src-dir)/input/manual -ddump-profile -dcheck-internal-types -ddump-signatures -danti-alias-factor=1" LILYPOND_BOOK_VERBOSE= out-$(OUT_TEST)/collated-files.html @find input ly -name '*.ly' -print |grep -v 'out.*/' | xargs grep '\\version' -L | grep -v "standard input" |sed 's/^/**** Missing version: /g' diff --git a/input/regression/backend-svg.ly b/input/regression/backend-svg.ly index f1db2af060..db1dfbed70 100644 --- a/input/regression/backend-svg.ly +++ b/input/regression/backend-svg.ly @@ -27,7 +27,7 @@ \score { \lyrics { \markup { - \epsfile #X #30.0 #(format #f "s-1.eps" outname) + \epsfile #X #30.0 #(format #f "~a-1.eps" outname) } x x x }