]> git.donarmstrong.com Git - lilypond.git/commitdiff
Typo
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 23 Jul 2011 15:58:20 +0000 (17:58 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 25 Jul 2011 12:29:01 +0000 (14:29 +0200)
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: