]> git.donarmstrong.com Git - lilypond.git/commitdiff
Show inkscape command run in SVG regtest.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 2 Jan 2008 01:11:13 +0000 (23:11 -0200)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 2 Jan 2008 01:11:13 +0000 (23:11 -0200)
input/regression/backend-svg.ly

index 823016e85bcce00c2607d69591ffbd5ecc8f195e..61993ea013bfe39699b40fcc3b8c15a67d85aedc 100644 (file)
 %% LD_LIBRARY_PATH is necesssary, otherwise, it doesn't build in GUB.
 %% LD_LIBRARY_PATH is part of the start-environment but should be switched off
 %% for external inkscape.
-#(ly:system (format #f "LD_LIBRARY_PATH= inkscape -T -E ~a-inkscape.eps ~a-1.svg" outname outname)
+#(let*
+  ((cmd (format #f
+       "LD_LIBRARY_PATH= inkscape --without-gui --export-text-to-path --export-eps ~a-inkscape.eps ~a-1.svg" outname outname)))
+  (ly:progress "Running ~a" cmd)
+  (ly:system cmd)
   (cons
    (format #f "FONTCONFIG_FILE=~a/fonts/fonts.conf" (ly:effective-prefix))
    (ly:start-environment)))