You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking on a graphical note when viewing an MEI file, the text for the note should be highlighted. However for a tied note, the tie is being highlighted. This is because the xml:id is searched for in the file, but the tie has an idref with the same string. Include the quotes in the search plus perhaps the "id=" portion to ensure that it is unique.
The text was updated successfully, but these errors were encountered:
When clicking on a graphical note when viewing an MEI file, the text for the note should be highlighted. However for a tied note, the tie is being highlighted. This is because the xml:id is searched for in the file, but the tie has an idref with the same string. Include the quotes in the search plus perhaps the "id=" portion to ensure that it is unique.
The text was updated successfully, but these errors were encountered: