Can you apply this fix to HEAD and the 2_4  branch as well?

[EMAIL PROTECTED] writes:
> It seems that the lily-wins script calls lilypond with the additional
> flag -p for historical reasons and that the meaning of this flag has
> changed from version 2.2 to version 2.4. To avoid these preview files,
> you could edit the line in lily-wins that says:
> 
> stat = system ('%s -p %s > %s.log 2>&1' % (script, escape_shell (base),
> 
> and just remove the '-p', resulting in:
> 
> stat = system ('%s %s > %s.log 2>&1' % (script, escape_shell (base),

-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



_______________________________________________
bug-lilypond mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to