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

disable autoflip for fingering #5040

Merged
merged 1 commit into from
May 21, 2019

Conversation

MarcSabatella
Copy link
Contributor

The autoflip code (automatically change placement when user manually moves an element to opposite side of staff) was only designed to work for elements that are actually placed relative to the staff. Fingerings are placed relative to the note, so the detection of when we have flipped is wrong, so is the adjustment to the offset, resulting in cases where we set placement to below even though you're actually above or vice versa, and a sudden jump in the offset too.

In principle this is fixable, but the right way to do so is to rearchitect things a bit as discussed in the thread #4982. So for now I'm just disabling the autoflip code for elements attached to notes or rests. This also includes lyrics attached to rests, which have the same issue. Most lyrics are attached to chords, not notes, and this still works.

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