From: Graham Percival Date: Sat, 5 May 2007 01:41:10 +0000 (-0700) Subject: Add convert-ly to biuldscripts/makelsr.py X-Git-Tag: release/2.11.24-1~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6ced3a5521f8de3efc24ec12c00a95cf6e896d4b;p=lilypond.git Add convert-ly to biuldscripts/makelsr.py --- diff --git a/buildscripts/makelsr.py b/buildscripts/makelsr.py index ac206a2ea4..44da48c9dd 100755 --- a/buildscripts/makelsr.py +++ b/buildscripts/makelsr.py @@ -27,6 +27,7 @@ def copy_dir_with_test(srcdir, destdir): src = os.path.join (srcdir, file) dest = os.path.join (destdir, file) copy_with_warning(src, dest) + os.system('convert-ly -e ' + src) s = os.system('lilypond -dsafe -dbackend=svg -o /tmp/lsrtest ' + dest) if s: notsafe.append(dest)