-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Add Finale Maestro and Finale Broadway fonts #12203
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
Conversation
@oktophonie - we have a little task for you! :) |
That '8' seems to be a Maestro Text problem. I believe we are using the "Text" variant of the font in that place, but Maestro Text does not contain the ottava symbols, also not that '8' which should be at U+E510. However, at U+E888 I seem to recognize that small 8 that I see in your example. And I suspect that the '15' is from either Leland or Bravura (whichever is used as a fallback). |
Thought so. Perhaps I can modify Maestro text for now (until they fix it themselves)? |
@cbjeukendrup - two points:
|
Ah, that's because for some reason the "regular" fonts are compiled into the executable, so you won't find them as an .otf file. Instead, you could take them from the source code. Here is Maestro: https://github.com/musescore/MuseScore/blob/master/fonts/finalemaestro/FinaleMaestro.otf |
We really do. That would mean that ottava markings fall back to Bravura, and that seems to be the case... |
Got it. Thanks! |
Ah. Well, we really should be using the music font rather than the Text font (by the same logic as for dynamics). Am looking into it. |
Resolves: #12001
At a first glance, I see no problems with these fonts.