Re: musicxml2ly bug and fix

2006-08-25 Thread Han-Wen Nienhuys
Graham Percival wrote: Phillip Kirlin wrote: FIX: in musicxml.py, change line 168 from mode_node = self.get_maybe_exist_named_child ('mode') to mode_node = key.get_maybe_exist_named_child ('mode') This is my first bug fix; I've never contributed to the project before (though I've been using

musicxml2ly bug and fix

2006-08-24 Thread Phillip Kirlin
Hi, I think I have found a bug in musicxml2ly and I also have a fix for it. BUG: musicxml2ly only outputs major key signatures, not minor (or other modes). The problem is in the python code that reads the MusicXML file. FIX: in musicxml.py, change line 168 from mode_node = self.get_maybe_exi

Re: musicxml2ly bug and fix

2006-08-24 Thread Graham Percival
Phillip Kirlin wrote: FIX: in musicxml.py, change line 168 from mode_node = self.get_maybe_exist_named_child ('mode') to mode_node = key.get_maybe_exist_named_child ('mode') This is my first bug fix; I've never contributed to the project before (though I've been using Lilypond), so I hope I'