Skip to content

Commit 8ee8ba9

Browse files
committed
Merge branch 'develop' of https://github.com/CPJKU/partitura into develop
2 parents 0f50a21 + a22b20d commit 8ee8ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

partitura/io/importmatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ def part_from_matchfile(
632632
except (TypeError, ValueError):
633633
# no staff attribute, or staff attribute does not end with a number
634634
note_attributes["staff"] = None
635-
635+
636636
if "s" in note.ScoreAttributesList:
637637
note_attributes["voice"] = 1
638638
elif any(a.startswith("v") for a in note.ScoreAttributesList):

0 commit comments

Comments
 (0)