Skip to content
New issue

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

[MU3] Fix #314696: Ties end at wrong note #7155

Merged
merged 1 commit into from
Dec 28, 2020

Commits on Dec 24, 2020

  1. Fix #314696: Ties end at wrong note

    Resolves: https://musescore.org/en/node/314696.
    
    When reading the properties of a tied note from a 2.x score, check to see if the specified pitch matches the pitch of the note at the beginning of the tie. If the pitches do not match, then print a debug message to the console, and set the pitch of the new note to match the pitch of the starting note.
    mattmcclinch committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    90101c3 View commit details
    Browse the repository at this point in the history