//This script changes the default instrument naming to typical concert band naming. It is recommended to run this script once per file. //Clarinets search whole word "Clarinet in E^b" and replace with "E^b Clarinet" search whole word "Clarinet in B^b" and replace with "B^b Clarinet" search whole word "Alto Clarinet" and replace with "E^b Alto Clarinet" search whole word "Bass Clarinet" and replace with "B^b Bass Clarinet" search whole word "Contralto Clarinet" and replace with "E^b Contrabass Clarinet" search whole word "Contrabass Clarinet" and replace with "B^b Contrabass Clarinet" //Saxophones search whole word "Sopranino Sax" and replace with "E^b Sopranino Saxophone" search whole word "Soprano Sax" and replace with "B^b Soprano Saxophone" search whole word "Alto Sax" and replace with "E^b Alto Saxophone" search whole word "Tenor Sax" and replace with "B^b Tenor Saxophone" search whole word "Baritone Sax" and replace with "E^b Baritone Saxophone" search whole word "Bass Sax" and replace with "B^b Bass Saxophone" search whole word "Contrabass Sax" and replace with "E^b Contrabass^lSaxophone" search whole word "SubContrabass Sax" and replace with "B^b Subcontrabass^lSaxophone" //Brass search whole word "Trumpet in B^b" and replace with "B^b Trumpet" search whole word "Horn in F" and replace with "F Horn" search whole word "Horn in E^b" and replace with "E^b Horn" search whole word "Baritone (B.C.)" and replace with "Baritone BC" search whole word "Baritone (T.C.)" and replace with "Baritone TC"