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 #63481: scale symbols, trill lines, arpeggios, and glissandi #2048

Merged
merged 2 commits into from
Jun 10, 2015

Conversation

MarcSabatella
Copy link
Contributor

Currently, none of these elements scale with staff size. There a few ways one could make this happen, I went for the easiest: explictly setting _mag during layout. This is also the approach used for Accidental, maybe other elements. Another approach might have been to override mag(), as is done for TimeSig, Articulation, and other elements. Another might have been to factor in staff magnification at the points where it is used, but this seems more likely to be difficult to get right.

I also improved my previous fix for the scaling of text lines, to make sure the track for the text is always kept to date.

wschweer added a commit that referenced this pull request Jun 10, 2015
fix #63481: scale symbols, trill lines, arpeggios, and glissandi
@wschweer wschweer merged commit d7e90cd into musescore:master Jun 10, 2015
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