On 01/11/2010 5:05 PM, Pavel Sanda wrote:
sa...@lyx.org wrote:
Author: sanda
Date: Mon Nov  1 22:01:48 2010
New Revision: 35978
URL: http://www.lyx.org/trac/changeset/35978

Log:
Fix lilypond support, patch from Julien Rioux, bug #6940.

Modified:
    lyx-devel/trunk/lib/configure.py
    lyx-devel/trunk/lib/scripts/lyxpreview-lytex2bitmap.py

-            if int(version[0])>  2 or (len(version)>  1 and int(version[0]) == 2 
and int(version[1])>= 1):
+            if int(version[0])>  2 or (len(version)>  1 and int(version[0]) == 2 
and int(version[1])>= 13):

Julien, i'm little bit surprised about this line. shouldn't be there>13 ?
(ie.>= 13.8?)
pavel


Lilypond 2.13 is devel-only, not a public release (all their odd version numbers are devel-only) so I don't think we need to bother with a check on 2.13.8. Version 2.14 is the next public release.

--
Julien

Reply via email to