musescore / musescore/MuseScore
[MU4 Issue] Muse Sounds - repeated notes between voices cut short
@iamtesch is already working on this.
Since Nov 28, 2022.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Describe the bug
If a note is played in one voice and then repeated in another, the second is played as if staccato
To Reproduce
Steps to reproduce the behavior:
- New piano score
- Enter two half notes B D in voice 1
- Enter two half notes G B in voice 2
- Play
- Hear error: the voice 2 B is cut short
Expected behavior
All notes should be held full value
Screenshots
https://user-images.githubusercontent.com/1799936/204005698-62191bde-2385-4ae9-adb8-f6afb740ec5b.mp4
Platform information
- OS: Linux
Additional context
This seems likely related to https://github.com/musescore/MuseScore/issues/13853, except that issue is about notes that actually overlap. The notes in my example here don't technically overlap as written, but I am guessing a small amount of overlap is added to produce a legato effect. So probably a fix for that issue will fix this one, unless the fix doesn't account for these "generated" overlaps.
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.