We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f50a21 + a22b20d commit 8ee8ba9Copy full SHA for 8ee8ba9
partitura/io/importmatch.py
@@ -632,7 +632,7 @@ def part_from_matchfile(
632
except (TypeError, ValueError):
633
# no staff attribute, or staff attribute does not end with a number
634
note_attributes["staff"] = None
635
-
+
636
if "s" in note.ScoreAttributesList:
637
note_attributes["voice"] = 1
638
elif any(a.startswith("v") for a in note.ScoreAttributesList):
0 commit comments