irregular (pickup) measures are not marked as such, when the next measure has a start repeat barline
Reported version
3.2
Type
Functional
Frequency
Few
Severity
S4 - Minor
Reproducibility
Always
Status
PR created
Regression
No
Workaround
No
Project
- Create new score, with pickup measure
note the little "-" above the pickup measure - Add start repeat barline to the 2nd measure
note the little "-" above the pickup measure is gone
Comments
The code should be at libmscore/barline.cpp, lines 650-663
I don't quite get the logic there, why only
if (... s->isEndBarLineType ...)
?I guess if it's a start repeat barline, you'd want to display the status of the previous measure. Regular barlines appear at the end of the measure they belong to, but if there is a start repeat, the barline of the previous measure is never drawn - only the start repeat in the next measure.
See https://github.com/musescore/MuseScore/issues/17428
See https://github.com/musescore/MuseScore/pull/17429
Guess I only now understood Marc's remark...