From: Mats Bengtsson Date: Fri, 3 Dec 2004 17:35:03 +0000 (+0000) Subject: * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond. X-Git-Tag: release/2.5.14~470 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2745174319cfa5ff31d7f620944a1592563f8757;p=lilypond.git * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond. --- diff --git a/ChangeLog b/ChangeLog index 9aa94339cd..85123c80c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-03 Mats Bengtsson + + * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond. + 2004-11-29 Arno Waschk * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo" diff --git a/cygwin/lily-wins.py b/cygwin/lily-wins.py index 06d22595e5..233e22a8b0 100644 --- a/cygwin/lily-wins.py +++ b/cygwin/lily-wins.py @@ -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):