Steps:
1) SATB template
2) Generate parts (new all -> Ok)
3) File -> Export "parts"
Result: inactive
4) But, simply click on the score (or enter in "N" mode)
5) Now, repeat step #3
Result: active/works
EDIT: well, after further checking, I realize these steps above leads to the same result already in January 17. So, no progress, in fact (step #4 seems to be the issue's key)
Comments
Works on existing scores with parts though.
And on new parts after 1st save
This issue appears on last September, 29.
- This nightly works: a5a97ff
- Not this one: 4df2571
So, probably a side effect of this last mentioned commit/nightly
For fix: #126546: strange selection behaviour for parts
This issue is almost enterily solved with 509693e
Steps:
1) SATB template
2) Generate parts (new all -> Ok)
3) File -> Export "parts"
Result: inactive
4) But, simply click on the score (or enter in "N" mode)
5) Now, repeat step #3
Result: active/works
EDIT: well, after further checking, I realize these steps above leads to the same result already in January 17. So, no progress, in fact (step #4 seems to be the issue's key)
Here is a simple fix: https://github.com/musescore/MuseScore/pull/3075
I'm basically force updating the enabled status of that action at the end of ScoreTab::updateExcerpts()
Although to be honest I haven't studied the issue well enough, so maybe there is a better fix.
Fixed in branch master, commit c2f8f91204
fix #164151 Update enabled status of Export Parts upon add/remove parts
Fixed in branch master, commit 7281733dac
Merge pull request #3075 from ericfont/164151-UpdateExportPartsEnabled
fix #164151 Update enabled status of Export Parts upon add/remove parts
Automatically closed -- issue fixed for 2 weeks with no activity.