Reinhold Kainhofer escreveu:
> Attached is another git patch for musicxml2ly to make it not crash, when a 
> score does not have a key or a clef set in the .xml file. Rosegarden produces 
> such files.
> 
> Cheers,
> Reinhold
> 

+        children = None

should be []

+        try: 
+            children = attrs.get_named_children (k)
+        except KeyError:
+            pass

Don't use exceptions here. Looks like class_dict should have another member.


-- 

Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to