[MusicXML] support capo element
Type
Functional
Severity
S5 - Suggestion
Status
active
Regression
No
Workaround
No
Project
The current MusicXML importer ignores the "capo" element. If a capo is used, this results in an inconsistent behaviour as the specified pitch does not match the pitch calculated from string and fret.
E.g. Recordare's BrookeWestSample.xml suffers from this issue.
Comments
Proposed solution: exporting the play transposition as capo to MusicXML and vice versa.
Fixed in branch master, commit eeee31f689
_Merge pull request #21774 from mathesoncalum/20513-bends_copydrag_crash
Fix #20513: Disable copy-dragging for bends (Master)_
Fixed in branch 4.3.0, commit f5ed498201
_Merge pull request #21775 from mathesoncalum/20513-bends_copydrag_crash-430
Fix #20513: Disable copy-dragging for bends (4.3.0)_
Unrelated fix