Navigation Menu

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 #271529: incorrect stem position for some noteheads in layout #3653

Merged
merged 2 commits into from May 5, 2018

Conversation

anatoly-os
Copy link
Contributor

Implemented correct notehead bbox width and origin calculations. Fixed
stems, ledger lines, beams, dots, articulation positions.

The implementation equals #3649

Implemented correct notehead bbox width and origin calculations. Fixed
note and chord stems, ledger lines, beams, dots, articulation, slur and chord positions.
Refs need alignment
@anatoly-os anatoly-os merged commit 727afe5 into musescore:master May 5, 2018
if (note->mirror())
x += note->headWidth() * (up() ? -1.0 : 1.0);
x += (note->headBodyWidth()) * (up() ? -1.0 : 1.0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whitespace damage...

anatoly-os added a commit to anatoly-os/MuseScore that referenced this pull request May 10, 2018
anatoly-os added a commit to anatoly-os/MuseScore that referenced this pull request May 11, 2018
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