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

[MEI] add support for fingering #25679

Merged
merged 3 commits into from
Dec 1, 2024
Merged

Conversation

rettinghaus
Copy link
Contributor

This PR adds import/export of findering to the MEI support.

pnging @lpugin

Comment on lines 2513 to 2518
Note* note = this->findStartNote(meiFing);
if (!note) {
// Here we could detect if it's a tied chord (for files not exported from MuseScore)
// We would need a dedicated list and tie each note once the second chord has been found.
return true;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this part really relevant for fingerings? (looks like it was accidentally copied over from ties)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, forgot to clean this up.

@lpugin
Copy link
Contributor

lpugin commented Dec 1, 2024

Looks good, thanks!

@cbjeukendrup cbjeukendrup merged commit 7e2deed into musescore:master Dec 1, 2024
11 checks passed
@rettinghaus rettinghaus deleted the mei/fing branch December 1, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants