Re: Proposed patch to be compatible with Python < 2.3

2005-11-17 Thread Han-Wen Nienhuys
Mats Bengtsson wrote: Hi, May I submit the following patch? Otherwise we have to increase yes. the required Python version number to 2.3. Of course, I would then also add a comment in INSTALL.txt that Python 2.3 is needed for Mingw and Cygwin. it's very well possible that some components

Re: Vaticana ligatures / spacing / other...

2005-11-17 Thread Han-Wen Nienhuys
Juergen Reuter wrote: I tried a similar approach long time ago around 1.9.x, but I failed, since I would have needed to duplicate much code around the note head engraver (e.g. handling of articulation scripts, ...). However, lily has changed a lot since then; hence, it may be worth trying agai

Re: Compiling CVS 2.7.16 with g++ 3.3.4

2005-11-17 Thread Mats Bengtsson
I have exactly the same problem here with g++ (GCC) 3.2.2 and as we have seen from the mailing list, there are more people who have been hit by the same problem. The weird thing is that the cast isn't needed two lines earlier where str is printed. May I submit a patch? /Mats Han-Wen Nienhuys

Proposed patch to be compatible with Python < 2.3

2005-11-17 Thread Mats Bengtsson
Hi, May I submit the following patch? Otherwise we have to increase the required Python version number to 2.3. Of course, I would then also add a comment in INSTALL.txt that Python 2.3 is needed for Mingw and Cygwin. Index: python/midi.c ==