Nothing happens when select Realize chord symbols via tools->Realize chord symbols
Reported version
3.x-dev
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
Yes
Project
OS: macOS High Sierra (10.13),
Arch.: x86_64, MuseScore version (64-bit): 3.5.0.28145,
revision: fb3c202
Step to reproduce:
1.Select Chord Symbols
2.Click Realize chord symbols via tools->Realize chord symbols
Result:
Nothing Happens
Workaround:
Select Realize chord symbols via Right clicking chord symbols and click Realize chord symbols
Attachment | Size |
---|---|
realize.mscz | 2.67 KB |
Fix version
3.5.0
Comments
Thanks! Looks like we’re just missing an entry for the command in the list in cmd.cpp. Will submit PR this weekend.
https://github.com/musescore/MuseScore/pull/6348
Fixed in branch 3.x, commit e44900f5b9
_fix #308023: realize chord symbol menu command inactive
Resolves: https://musescore.org/en/node/308023
The realize-chord-symbols command exists in the shortcut list
and is shown in the Tools menu,
but it was never actually hooked up to a command.
This simply adds it to the command list,
which enables the menu item to work.
Note the command in the context menu works already,
it is handled differently._
Fixed in branch 3.x, commit a8c4e00479
_Merge pull request #6348 from MarcSabatella/realize-cmd
fix #308023: realize chord symbol menu command inactive_
Automatically closed -- issue fixed for 2 weeks with no activity.