Part numbering could correspond to actual number
Currently, when extracting parts from a score with more than one of a certain instrument, the parts will be identified as Instrument and Instrument-1, unless the part names are changed ahead of time in Staff Properties. I would propose that, in the example of two violin parts, rather than the confusing "Violin" and "Violin-1", they could be numbered by default as "Violin-1" and "Violin-2."
Comments
I'd second that. Problem is though, that this would requite 2 passes rather than the current 1 pass, as at the place we detect that 'Violin' is already taken and hence generate "Violin-1" for the 2nd , it is to late to change the 1st.
Check ...mscore/exceptsdialog.cpp, line 151 ff. and line 189 ff.
It'd be pretty easy to name them "Violin" and "Violin-2" though.
Maybe the better solution is to make sure the part names in staff properties *are* reasonable. Tempaltes should do this already. When creating a score from scratch, maybe the score wizard could be smarter about that?
In reply to Maybe the better solution is by Marc Sabatella
That would be wonderful. Why not have the instrument names (as in the main score) be named intelligently, too, as well as the part names?
In reply to That would be wonderful. Why by Isaac Weiss
Was there ever an issue filed for "Why not have the instrument names (as in the main score) be named intelligently"?
In reply to Was there ever an issue… by Isaac Weiss
Something other than the issue listed previously (#25271: Part export automatic numeration of same instruments)?
In reply to Something other than the… by Marc Sabatella
Right—that one was only about generating parts. Currently no numbering takes place in the main score. I have a WIP (https://github.com/musescore/MuseScore/compare/master...IsaacWeiss:inst…), and I'd like to include an issue number as I continue to work on it. I thought there was an existing issue, but I can't seem to find it, so I may open one.
In reply to Was there ever an issue… by Isaac Weiss
There is now: #293113: Automatically number instruments
See also #25271: Part export automatic numeration of same instruments.