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

fix #29246: unrecognized chords with symbols imported with markup #1118

Merged
merged 2 commits into from Aug 11, 2014

Conversation

MarcSabatella
Copy link
Contributor

I elected to fix this within the Text class as it seems the same fix could be useful elsewhere. The fix is, for Text items that contain accidentalFlat or accidentalSharp symbols, when calling plainText(noSym = true), instead of skipping those symbols entirely as we would for other symbols, I replace them with "b" and "#".

Right now, it looks like the only other place plainText(true) is used is in generating filenames for newly created scores from titles. So if you set the title of your score to "Concerto for Bb Trumpet" but with a real flat sign, this would substitute a "b" for the flat sign in the generated filename rather than leave it out entirely - a good thing, I would think.

lasconic added a commit that referenced this pull request Aug 11, 2014
fix #29246: unrecognized chords with symbols imported with markup
@lasconic lasconic merged commit 47b4909 into musescore:master Aug 11, 2014
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.

None yet

2 participants