MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
Keep centers of note heads vertically aligned, unless visible stems or close tones require displacement.
Problem to be solved
As described in the issue #20571, try to enter 3 notes as a chord in a violin score:
Voice 1, quarter C6
Voice 2, half C5
Voice 3, whole C4 (middle C)
It was expected to see all 3 notes aligned, but when C4 was entered, C5 note would be on the left from C4 and C6 .
In this case it was possible to get the desired alignmen by flipping stem direction of stemless whole note C6t, but this is an additional manual action which should have been unnecessary.
Prior art
Tried the given example with two notation programs at hand, PriMus build 11978 and SIbelius 2023.5.1.
Both programs could align the same set of tones and voices automatically and correctly.
At least part of the issue is that stemmed notes (including stem width) is narrower than whole notes, and program tries to align left or right sides of notes instead of head centers.
Your idea
Keep centers of note heads vertically aligned, unless visible stems or close tones require displacement.
Problem to be solved
As described in the issue #20571, try to enter 3 notes as a chord in a violin score:
It was expected to see all 3 notes aligned, but when C4 was entered, C5 note would be on the left from C4 and C6 . In this case it was possible to get the desired alignmen by flipping stem direction of
stemless
whole note C6t, but this is an additional manual action which should have been unnecessary.Prior art
Tried the given example with two notation programs at hand, PriMus build 11978 and SIbelius 2023.5.1. Both programs could align the same set of tones and voices automatically and correctly.