]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add convert-ly to biuldscripts/makelsr.py
authorGraham Percival <graham@percival-music.ca>
Sat, 5 May 2007 01:41:10 +0000 (18:41 -0700)
committerGraham Percival <graham@percival-music.ca>
Sat, 5 May 2007 01:41:10 +0000 (18:41 -0700)
buildscripts/makelsr.py

index ac206a2ea4ed215397380fff1960bf2609b355c3..44da48c9dd0d4bdcee54f711519263c43971cbac 100755 (executable)
@@ -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)