Dynamics are much too large
Windows 7, GIT commit: 391e02c
1) create score
2) add a dynamic marking
Result: it's about twice as large as expected
Probably another obvious temporary glitch while the text handling is worked on, but I thought I'd report it anyhow just in case.
Comments
Confirmed with the older dfabf91 on Windows 7
Guess e8709dd1 might be the culprit, possible one of the two commits after that, 95bf389ff or f3dc56ed
They also do not seem to respond to changes in the text settings. I.e., they can't be made smaller by changing the text formatting.
A clue - when the element draws it falls back to the global system font per
TFragment::draw
.I don't really understand the code, but
TFragment::draw
has a case forCharFormat::SYMBOL
that seems to reference the system font at its default size.Maybe this is only partially implemented?
As a workaround, I changed the magnification to 0.5 t->magS() and it seems to render at a better size.
Fixed in fbe6fc5efa
Automatically closed -- issue fixed for 2 weeks with no activity.