double-clicking on Instrument Text in scoreview will cause Edit->Instrument to display name as "Part"
Credit to cadiz for reporting in https://musescore.org/en/node/182006#comment-677556
Reproduction steps on 3.0-dev 3f031064e:
1. My first score
2. Edit->instruments add flute & OK
3. Double click on flute's instrument name (may change text or not)
4. view Edit->instruments and see that the flute's name changed to "Part"
and then could even double click on the Piano instrument name and find it change to part also:
Comments
I locate the change on October 6, 2016.
- As expected with: ab354df
- Current result (instrument's name changed to "Part) with this one: e9e39d1
probably the last line of InstrumentName::setInstrumentNameType():
Is mistakenly setting it...that would be my first guess...
part->name() in that above line evaluates to "Part". That is the problem.
should be partName()
https://github.com/musescore/MuseScore/pull/3079
Fixed in branch master, commit 1ed5ab6a90
fix #182011 Update Part Name correctly after edit Instrument Name Text
Fixed in branch master, commit e738a51dea
Merge pull request #3079 from ericfont/182011-PartName
fix #182011 Update Part Name correctly after edit Instrument Name Text
Automatically closed -- issue fixed for 2 weeks with no activity.