Barlines disappear in one-line drum staff when reducing span - new when hiding/unhiding staves
Ubuntu 14.04, GIT commit: 2bf6819
1) new score, flute + snare drum
2) double click barline, drag down to extend barlines through staves
3) reverse the above operation (double click, drag up)
Result: drum staff is left with no barlines at all
Cause is Barline::endEdit() not taking the one-line status into consideration here:
https://github.com/musescore/MuseScore/blob/20bac971491832bab5006f300e2…
This much at least is an easy fix.
Comments
Fixed in branch master, commit 94d60e7f86
fix #68956: reducing span leaves one-line staff with no barlines
Fixed in branch 2.0.2, commit 8dcc5b61fa
fix #68956: reducing span leaves one-line staff with no barlines
Automatically closed -- issue fixed for 2 weeks with no activity.
Bug with barlines that don't reappear when hiding staves, extending barlines between staves in system and unhiding previous staves
There a video (in French) :
https://youtu.be/kO94mSvgaKQ
DoMi
I can reproduce this in 2.0.02 but not in the current master, so it is possible this was fixed along with some other changes made for staves of fewer than five lines.
If you can come up with a precise set of steps to reproduce a similar problem in the current nightly builds from master, please open a new issue report and post the steps. But the original bug definitely seems fixed, and the steps that still do a show problem in 2.0.2 no longer seem to in the master.