We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load .musicxml fails with Error:
.musicxml
Traceback (most recent call last): score = pt.load_musicxml(score) File "/partitura/partitura/utils/misc.py", line 49, in wrapper return f(*args, **kwargs) File "partitura/partitura/utils/misc.py", line 71, in wrapper return f(*args, **kwargs) File "partitura/partitura/io/importmusicxml.py", line 231, in load_musicxml _parse_parts(document, part_dict) File "partitura/partitura/io/importmusicxml.py", line 362, in _parse_parts start_times = [0] + [r.end.t for r in part.iter_all(score.Repeat)] File "partitura/partitura/io/importmusicxml.py", line 362, in <listcomp> start_times = [0] + [r.end.t for r in part.iter_all(score.Repeat)] AttributeError: 'NoneType' object has no attribute 't'
AlbinoniT-O6N10-4.zip
The text was updated successfully, but these errors were encountered:
Can you send me the file that produces the error?
Sorry, something went wrong.
It's already attached.
sildater
Successfully merging a pull request may close this issue.
Load
.musicxml
fails with Error:AlbinoniT-O6N10-4.zip
The text was updated successfully, but these errors were encountered: