]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/musicxml.py
Typo
[lilypond.git] / python / musicxml.py
index 2ddeacbc3a79fb940d75810b9feb0c73fdb2eba9..3a38efafdbca7c272565fef2b9ce0b8719869452 100644 (file)
@@ -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: