]> git.donarmstrong.com Git - lilypond.git/commit
MusicXML: Fix regression with piano staves
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 3 Sep 2007 15:09:30 +0000 (17:09 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 6 Sep 2007 14:20:53 +0000 (16:20 +0200)
commitd67c0735321b364686f7500b1aa6f8121f10aa48
tree5caadaa7524b4666cd09878964da4de34dda0db8
parent2c164125496c718dec7185a1933912880d8c5308
MusicXML: Fix regression with piano staves

In my cleanup I accidentally removed the Staff entry from the dict, which
caused all PianoStaff objects to not be detected (as it checked for the
Staff class, which was not generated whn marshalling the xml)

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
python/musicxml.py