3.6 regression -- instruments window staves column doesn't show changed part names
Reported version
3.6
Type
Functional
Frequency
Few
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
Yes
Workaround
No
Project
On a staff: right-click
Staff/Part Properties . . .
In the "part name" change the part name
Edit -> Instruments . . .
Prior to 3.6, the "staves" column shows the changed part names
in 3.6, the "staves" column doesn't show changed part names
Attachment | Size |
---|---|
bug.mscz | 7.75 KB |
Comments
Hmm I suspect this might have been my fault when fixing Timeline showing part name with https://github.com/musescore/MuseScore/pull/7337
Although I don't how/where?
Or maybe for fixing this issue here we need a similar fix for the Instruments dialog
And it bothers me too
(already in 3.6(.0)
I know what went wrong here and will have a look. Maybe it can be part of 3.6.3 (if there will be ever such a version).
see https://github.com/musescore/MuseScore/pull/7544
https://github.com/musescore/MuseScore/pull/7544
Fixed in branch 3.x, commit 14f1f3bfef
_Fix #317264 - instruments window staves column doesn't show changed part names
PartListItem::PartListItem(Part* p, QTreeWidget* lv) now takes the part name for the name, as it used to be, instead of the instrument name.
Unless the instrument name is an empty string, in which case the part name is used._
Fixed in branch 3.x, commit 44f1a3cb5b
_Merge pull request #7544 from njvdberg/issue-317264-instrument-names-3x
[MU3] Fix #317264 - instruments window staves column doesn't show changed part names_
Automatically closed -- issue fixed for 2 weeks with no activity.
Has that fix been ported to master?
Ah, I see, https://github.com/musescore/MuseScore/pull/7571 seems (sort of) the counterpart for master