]> git.donarmstrong.com Git - lilypond.git/commitdiff
Speed up makelsr procesing.
authorGraham Percival <graham@percival-music.ca>
Thu, 15 Feb 2007 20:54:09 +0000 (12:54 -0800)
committerGraham Percival <graham@percival-music.ca>
Thu, 15 Feb 2007 20:54:09 +0000 (12:54 -0800)
buildscripts/makelsr.py

index f37c6b212cfdcefc2292a8be9e45bf4aabd6a9c4..2a4d1ad7a11420d85f0581b2e0cb2eaaf4260d87 100755 (executable)
@@ -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'