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 #31301: alignment of half notes #1254

Merged
merged 2 commits into from Sep 3, 2014

Conversation

MarcSabatella
Copy link
Contributor

As discussed in the issue thread, there were two possible solutions. The one I chose was to include half notes in the centering that had already been implemented for whole notes and larger values. This was actually just a change of a single constant - the threshold beyond which centering should take place. The other solution I considered was to remove the centering from all of these and instead go with left alignment for oversize notes - this is what most others do. I left comments in the code showing how to do this - it's quite simple, actually. So we can switch to that behavior any time we want, even make it a style option :-)

lasconic added a commit that referenced this pull request Sep 3, 2014
@lasconic lasconic merged commit 65b62ff into musescore:master Sep 3, 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