Incorrect articulation direction with 2 voices in 3.0 with 2.3.2 score
In MS 2 this file portato-direction.ms2_.mscz has correct articulation directions. Voice 1 articulation is placed above and voice 2 below.
In MS 3 the same file gets opposite articulation directions. Voice 1 below and voice 2 above.
relates to [EPIC] Displaying elements, position and layout when opening 2.X scores in 3.0
Attachment | Size |
---|---|
portato-direction.ms3_.png | 9.48 KB |
portato-direction.ms2_.mscz | 2.36 KB |
portato-direction.ms2_.png | 8.42 KB |
Comments
In chord.cpp Chord::layoutArticulations() there is in front of the voice dependent stem side logic
If it is removed all articulations work as I expect. But there must be a reason for what it is there.
Result with changed code
Result with original code
https://github.com/musescore/MuseScore/pull/3968
Fixed in branch master, commit 52ba935457
fix #275706 Place articulations at stem side if voices exists, else at note head but strong accents above staff.
Fixed in branch master, commit 751bd8a99e
Merge pull request #3968 from tobik/275706-articulations-at-voices
fix #275706: Place all articulations at stem side if direction and anchor is set to automatic
Automatically closed -- issue fixed for 2 weeks with no activity.