X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=python%2Fmusicxml.py;fp=python%2Fmusicxml.py;h=3a38efafdbca7c272565fef2b9ce0b8719869452;hb=c1c919567da299663c9d92e919e682df4be95602;hp=2ddeacbc3a79fb940d75810b9feb0c73fdb2eba9;hpb=2514806ea61ee5aacc2821758b44a3d213bbaca5;p=lilypond.git diff --git a/python/musicxml.py b/python/musicxml.py index 2ddeacbc3a..3a38efafdb 100644 --- a/python/musicxml.py +++ b/python/musicxml.py @@ -837,7 +837,7 @@ class Part (Music_xml_node): continue if isinstance (n, Attributes): - # assign these only to the voices they really belongs to! + # assign these only to the voices they really belong to! for (s, vids) in staff_to_voice_dict.items (): staff_attributes = part.extract_attributes_for_staff (n, s) if staff_attributes: