]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/makelsr.py
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / 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)