MuseScore/src/engraving
Peter Jonas 28fa24467c Update instruments.xml to add new families and improve sorting
Run share/instruments/update_instruments_xml.py to fetch the latest
version of the online spreadsheet. In this version, every instrument
has been assigned a family. Also, instruments are now sorted based on
their group, family and minimum professional pitch, among other things.
This ensures they appear roughly in score order according to standard
orchestral layout. Finally, descriptions have been improved and a few
small fixed made to fix incorrect or missing data.

In addition, some compatibility code was changed to improve instrument
recognition in older MSCX score files that lack the appropriate
MuseScore or MusicXML instrument IDs. The old code returned the *first*
instrument that matched a given criteria (e.g. same trackName), whereas
the new code returns the instrument that gives the *best* match
according to multiple criteria. This means the return value is less
dependent on the order in which instruments are defined within
instruments.xml.
2021-07-08 16:13:51 +01:00
..
accessibility fixed compilation error and warnings 2021-06-22 11:55:20 +03:00
draw replaced qApp->translation to qtrc 2021-07-02 20:31:42 +02:00
interactive get rid of QWidgets from engraving 2021-07-02 14:47:43 +02:00
libmscore Update instruments.xml to add new families and improve sorting 2021-07-08 16:13:51 +01:00
tests Got rid of Zerberus from MU4 2021-07-03 01:27:36 +03:00
CMakeLists.txt get rid of QWidgets from engraving 2021-07-02 14:47:43 +02:00
engravingmodule.cpp get rid of QWidgets from engraving 2021-07-02 14:47:43 +02:00
engravingmodule.h changed namespace for modularity 2021-06-30 17:18:03 +02:00