diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-03-25 00:09:12 -0300 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-03-25 00:09:12 -0300 |
commit | ccbc986bda745345d09d2ff7ac77155e77c29b81 (patch) | |
tree | 3ba83ade9770b0e2f51093dbf720a92be03a02fa | |
parent | 6f623a2bbe5b66af3d171abde579789343a1302f (diff) |
use ly:progress for backend-svg
-rw-r--r-- | input/regression/backend-svg.ly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/regression/backend-svg.ly b/input/regression/backend-svg.ly index 39be9d428c..823016e85b 100644 --- a/input/regression/backend-svg.ly +++ b/input/regression/backend-svg.ly @@ -12,7 +12,7 @@ #(ly:set-option 'backend 'eps) %% TODO: what to do if inkscape fails? -#(display "Invoking inkscape...\n") +#(ly:progress "Invoking inkscape...\n") %% 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 |