]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: coding style fixes.
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 20 Aug 2007 08:42:57 +0000 (10:42 +0200)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 1 Sep 2007 03:07:33 +0000 (00:07 -0300)
commit712457219db27f4e982e1413e3b65ff51d0f0445
tree11374eb36f32879b28d45d0da73a351ac9e996ea
parent3f6ad8eb13053c189dc9ac84143af5aa06180382
MusicXML: coding style fixes.

-) instead of accessing dicts by dict[key], use dict.get (key)
-) instead of try:... except KeyError:.. use dict.get (key)
and test for None afterward
python/musicexp.py
python/musicxml.py
scripts/musicxml2ly.py