From: Reinhold Kainhofer Date: Sat, 23 Jul 2011 15:58:20 +0000 (+0200) Subject: Typo X-Git-Tag: release/2.15.6-1~2^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c1c919567da299663c9d92e919e682df4be95602;p=lilypond.git Typo --- 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: