bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No .preview files


From: Mats Bengtsson
Subject: Re: No .preview files
Date: Fri, 03 Dec 2004 18:31:59 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

Fixed!

   /Mats

Han-Wen Nienhuys wrote:
Can you apply this fix to HEAD and the 2_4  branch as well?


address@hidden 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),



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]