-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi there
We start running musicdiff on our OMR results. We compare two MEI: a first one, produced by our fellow musicologists, and another one, produced by a workflow OMR -> music21 -> MEI using your converter21 package. We would like to use (maybe with some adaptation) the metric OMR-NED published this year at ISMIR.
We obtain the following error on one of our inputs:
Traceback (most recent call last):
File "/Users/philippe/Documents/workspace/utilities/diff/diff_utils.py", line 101, in
main()
File "/Users/philippe/Documents/workspace/utilities/diff/diff_utils.py", line 75, in main
Visualization.mark_diffs(score1, score2, diff_list)
File "/Users/philippe/.pyenv/versions/neuma_env/lib/python3.12/site-packages/musicdiff/visualization.py", line 679, in mark_diffs
note1 = noteOrChord1.notes[op[4]]
^^^^^^^^^^^^^^^^^^
AttributeError: 'Note' object has no attribute 'notes'. Did you mean: 'sites'?
I send you both MEI files attached
Thanks for your help
Philippe