From 054daa95340e8747bb752c3bd423c323f6311fa1 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 15 Feb 2007 12:54:09 -0800 Subject: [PATCH] Speed up makelsr procesing. --- buildscripts/makelsr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/makelsr.py b/buildscripts/makelsr.py index f37c6b212c..2a4d1ad7a1 100755 --- a/buildscripts/makelsr.py +++ b/buildscripts/makelsr.py @@ -33,7 +33,7 @@ for dir in dirs: src = os.path.join (srcdir, file) dest = os.path.join (destdir, file) shutil.copyfile (src, dest) - s = os.system('lilypond -dsafe --ps -o /tmp/lsrtest ' + dest) + s = os.system('lilypond -dsafe -dbackend=svg -o /tmp/lsrtest ' + dest) if s: notsafe.append(dest) #raise 'Failed' -- 2.39.2