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