musescore / musescore/MuseScore
Multiple verses handling
Open
Nobody has claimed this yet.
engraving
P1
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
In cases like the above, we'll need a system to automatically determine that:
- multiple verses have been consolidated into a single verse
- a single verse has to be expanded to multiple verses
and in such cases provide options for
- adding curly braces where appropriate
- (automatically) centering any relevant lyric extension lines vertically to the brace
This feature may need more fleshing out, but I'm placing it here so we have a clear record of what the minimum requirements are.
Stems from https://github.com/musescore/MuseScore/issues/30664
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.