musescore / musescore/MuseScore
Full-Span Barline at End of System
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Your idea
FEATURE
There is an older engraving tradition of a full-height barline at the end of each system.
Example Barline at End of System.pdf
PURPOSE
This is a much more effective visual tool than a system-break symbol, especially in vocal music where the separated barlines of each voice staff make finding the beginning of the next system confusing.
CONCEPT
There is already a style option for the "Barline at start of multiple staves," so I'm curious if this same feature could be adapted into a "Barline at end of system" or "Barline at end of multiple staves" checkbox. Nevertheless, I wouldn't be surprised if an implementation ends up being considerably more complex due to technical quirks.
Problem to be solved
MOTIVATION
Although this engraving style is perfectly achievable with simple workarounds, it can become cumbersome to implement if the layout of the score changes (barlines are reset when this happens), or if the measures reflow, necessitating different barlines be extended or reverted to default. This would be especially helpful with larger scores possessing many staves.
Prior art
No response
Additional context
Jojo Schmitz suggested to me on the musescore.org forum that I bring this feature request to GitHub.
I have never made a request here before, so I apologize if I have missed something.
Checklist
- This request follows the guidelines for reporting issues
- I have verified that this feature request has not been logged before, by searching the issue tracker for similar requests
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.