Add "Traverso" AKA "Baroque Flute" to instruments
see https://musescore.org/en/node/85561
This commit is contained in:
parent
60cb031bb0
commit
cba79f0688
2 changed files with 21 additions and 0 deletions
|
@ -213,6 +213,24 @@
|
|||
<program value="73"/>
|
||||
</Channel>
|
||||
</Instrument>
|
||||
<Instrument id="baroque-flute">
|
||||
<longName>Baroque Flute</longName>
|
||||
<shortName>Bq. Fl.</shortName>
|
||||
<description>Baroque Traverse Flute</description>
|
||||
<musicXMLid>wind.flutes.flute</musicXMLid>
|
||||
<clef>G</clef>
|
||||
<barlineSpan>1</barlineSpan>
|
||||
<aPitchRange>62-88</aPitchRange>
|
||||
<pPitchRange>62-93</pPitchRange>
|
||||
<Channel>
|
||||
<program value="74"/>
|
||||
</Channel>
|
||||
<Articulation>
|
||||
<velocity>100</velocity>
|
||||
<gateTime>95</gateTime>
|
||||
</Articulation>
|
||||
<genre>earlymusic</genre>
|
||||
</Instrument>
|
||||
<Instrument id="danso">
|
||||
<longName>Danso</longName>
|
||||
<shortName>Da.</shortName>
|
||||
|
|
|
@ -37,6 +37,9 @@ QT_TRANSLATE_NOOP("InstrumentsXML", "D. Cb. Fl."),
|
|||
QT_TRANSLATE_NOOP("InstrumentsXML", "Hyperbass Flute"),
|
||||
//: Hyperbass Flute
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Hb. Fl."),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Baroque Flute"),
|
||||
//: Baroque Flute
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Bq. Fl."),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Danso"),
|
||||
//: Danso
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Da."),
|
||||
|
|
Loading…
Reference in a new issue