From 6ced3a5521f8de3efc24ec12c00a95cf6e896d4b Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 4 May 2007 18:41:10 -0700 Subject: [PATCH] Add convert-ly to biuldscripts/makelsr.py --- buildscripts/makelsr.py | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5