]> git.donarmstrong.com Git - lilypond.git/commitdiff
* cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 3 Dec 2004 17:35:03 +0000 (17:35 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 3 Dec 2004 17:35:03 +0000 (17:35 +0000)
ChangeLog
cygwin/lily-wins.py

index 9aa94339cd95c32f1df6bac47ea02573770c84f6..85123c80c2d9eef306de7b134e9cb09e462b749b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
+
 2004-11-29  Arno Waschk <arno@arnowaschk.de>
 
        * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"
index 06d22595e54c277e53bf101dac4f405bfe1f104b..233e22a8b024be5b45de101e76bd95661039baec 100644 (file)
@@ -113,7 +113,7 @@ script = '/usr/bin/lilypond'
 if os.path.exists ('/usr/bin/ly2dvi'):
        script = '/usr/bin/ly2dvi'
 
-stat = system ('%s -p %s > %s.log 2>&1' % (script, escape_shell (base),
+stat = system ('%s %s > %s.log 2>&1' % (script, escape_shell (base),
                                    escape_shell (stem)))
 
 if not os.path.exists (pdffile):