diff --git a/share/instruments/instruments.xml b/share/instruments/instruments.xml index 88d2d4a292e21..8d5896dd66a3f 100644 --- a/share/instruments/instruments.xml +++ b/share/instruments/instruments.xml @@ -45,6 +45,23 @@ Woodwind + + Winds + W. + Winds Section + wind.group + 2 + G + 1 + 2 + 2 + F + 24-108 + 24-108 + + + + Piccolo Picc. @@ -10066,6 +10083,29 @@ Strings + + Strings + St. + String Section + strings.group + 2 + G + 1 + 2 + 2 + F + 24-108 + 24-108 + + + + + + + + + + Erhu Eh. diff --git a/share/instruments/instrumentsxml.h b/share/instruments/instrumentsxml.h index a59134912247c..124b152c56434 100644 --- a/share/instruments/instrumentsxml.h +++ b/share/instruments/instrumentsxml.h @@ -4,6 +4,8 @@ QT_TRANSLATE_NOOP("InstrumentsXML", "Orchestral instruments"), QT_TRANSLATE_NOOP("InstrumentsXML", "Early music"), QT_TRANSLATE_NOOP("InstrumentsXML", "Ethnic instruments"), QT_TRANSLATE_NOOP("InstrumentsXML", "Woodwind"), +QT_TRANSLATE_NOOP("InstrumentsXML", "Winds"), +QT_TRANSLATE_NOOP3("InstrumentsXML", "W.", "Winds"), QT_TRANSLATE_NOOP("InstrumentsXML", "Piccolo"), QT_TRANSLATE_NOOP3("InstrumentsXML", "Picc.", "Piccolo"), QT_TRANSLATE_NOOP("InstrumentsXML", "Dâ™­ Piccolo"), @@ -1121,6 +1123,10 @@ QT_TRANSLATE_NOOP3("InstrumentsXML", "Bu.", "Bugarija"), QT_TRANSLATE_NOOP("InstrumentsXML", "Berda"), QT_TRANSLATE_NOOP3("InstrumentsXML", "Be.", "Berda"), QT_TRANSLATE_NOOP("InstrumentsXML", "Strings"), +QT_TRANSLATE_NOOP("InstrumentsXML", "Strings"), +QT_TRANSLATE_NOOP3("InstrumentsXML", "St.", "Strings"), +QT_TRANSLATE_NOOP("InstrumentsXML", "pizzicato"), +QT_TRANSLATE_NOOP("InstrumentsXML", "tremolo"), QT_TRANSLATE_NOOP("InstrumentsXML", "Erhu"), QT_TRANSLATE_NOOP3("InstrumentsXML", "Eh.", "Erhu"), QT_TRANSLATE_NOOP("InstrumentsXML", "pizzicato"),