]> git.donarmstrong.com Git - lilypond.git/commitdiff
thinkos
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 3 Feb 2007 18:20:29 +0000 (19:20 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 3 Feb 2007 18:20:29 +0000 (19:20 +0100)
GNUmakefile.in
input/regression/backend-svg.ly

index 3ccaf3977d6b1ce82b33d2636af3dfbd67d21def..b1cc4ff6ba221ec1b1a4fd1e95495d5df14f4991 100644 (file)
@@ -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' 
 
 
index f1db2af060ee4378bce543506af8e085427fd603..db1dfbed701cc3b3df345d45c2102dc898617cbf 100644 (file)
@@ -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
     }