]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: speed increase for buildscripts/makelsr.py
authorGraham Percival <graham@percival-music.ca>
Sat, 12 May 2007 07:33:39 +0000 (00:33 -0700)
committerGraham Percival <graham@percival-music.ca>
Sat, 12 May 2007 07:33:39 +0000 (00:33 -0700)
buildscripts/makelsr.py

index e959eef31c2ccacbf77aea0b0ef2a9e603597fff..2206e61eeb38f00084f4d87cdcf45fe38c57b620 100755 (executable)
@@ -28,7 +28,7 @@ def copy_dir_with_test(srcdir, destdir):
                        dest = os.path.join (destdir, file)
                        copy_with_warning(src, dest)
                        os.system('convert-ly -e ' + dest)
-                       s = os.system('lilypond -dsafe -dbackend=svg -o /tmp/lsrtest ' + dest)
+                       s = os.system('lilypond -dno-print-pages -dsafe -o /tmp/lsrtest ' + dest)
                        if s:
                                notsafe.append(dest)