Chord symbols playback: they play even in parts without
Reported version
3.5
Type
Functional
Frequency
Few
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
- Score with parts being generated
- a part with and a part without chord symbols
- In the part without hit play
expected behavior: no chord symbols playback
actual behavior: chord symbols do play back
Additionally: Adding a chord symbols in the part without, untick play and set as style (an attempt at a workaround) disables chord symbols playback for the main score and the other part too, so is a score wide style setting rather than a part wide one
Attachment | Size |
---|---|
test.mscz | 5.77 KB |
Fix version
3.5.1
Comments
See https://github.com/musescore/MuseScore/pull/6469.
What about the style setting being score wide rather than per part?
Sure a separate issue though.
I would say it is not even per-part: when this setting is different between master score and parts adding a new chord symbol doesn't honor settings of each score, the property value for new chord symbols just gets copied between parts. So there is something completely inconsistent with this property. The reason is likely that
Pid::PLAY
is not linked between parts, but since that property is used in other contexts as well simply marking it linked may be not the best option.Came up again in https://musescore.org/en/node/309629
Fixed in branch 3.x, commit 55720d1a0d
fix #309098: fix parts playback for chord symbols
Fixed in branch 3.x, commit bc6b2e852e
_Merge pull request #6469 from dmitrio95/309098-harmony-parts-playback
fix #309098: fix parts playback for chord symbols_
Automatically closed -- issue fixed for 2 weeks with no activity.