Chord symbol playback: add9 chords not playing back or being realized correctly
Reported version
3.x-dev
Priority
P2 - Medium
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (64-bit): 3.5.0.11829, revision: 461f048
See attached file. "add9" (C E G D) and "m(add9)" (C Eb G D) chords are not playing back or being realized correctly.
Attachment | Size |
---|---|
chord_symbol_playback.mscz | 16.71 KB |
Fix version
3.5.0
Comments
Let's treat this as a regression too
If the feature didn't exist in previous releases, it's not a regression.
Still, this should be easy enough to add, I'm on it.
https://github.com/musescore/MuseScore/pull/6107
Fixed in branch 3.x, commit 510f012b85
_fix #305745: playback of "add" chords
The algorithm for constructing the realized harmony for a chord symbol
was missing a handler for the "add" keyword.
Additions can also be specified using parensthesis,
but this yields an spurious assertion failure in debug mode,
so that is fixed here as well._
Fixed in branch 3.x, commit aa44110d3e
_Merge pull request #6107 from MarcSabatella/305745-play-add-chords
fix #305745: playback of "add" chords_
Automatically closed -- issue fixed for 2 weeks with no activity.