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 for #63961: save/restore mid-measure barline span correctly #2056

Merged

Conversation

MarcSabatella
Copy link
Contributor

So far I have only a partial fix - the issue with the modified barline not saving / restoring correctly. It seems actually this didn't work at all until a few months ago - see 729a788. Now it works only if adding the barline via drap & drop as opposed to click note / double click palette icon - the latter sets the barline to generated, so it isn't written. Furthermore, if extending the mid-measure barline across multiple staves, it fails on save / reload if extending the barline across more than two staves - this is because the span is set incorrectly (according to my understanding of how it should be set).

These changes don't address the problem of the span not affecting linked parts. That's more complicated, as it will require creating new linked barlines. I'm not sure we can make all possible combinations work, but I'm trying to get the basic case described in the issue report to work. Those changes will be elsewhere in the code.

wschweer added a commit that referenced this pull request Jun 10, 2015
…extend-parts

fix for #63961: save/restore mid-measure barline span correctly
@wschweer wschweer merged commit 8156e08 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.

2 participants