Skip to content

Commit

Permalink
rename "Baroque Flute" to "Traverso"
Browse files Browse the repository at this point in the history
and change sound from Recorder to (Concert) Flute.
See discussion in https://musescore.org/en/node/85561
  • Loading branch information
Jojo-Schmitz committed Apr 15, 2016
1 parent 6b7f3e1 commit 10bca19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions share/instruments/instruments.xml
Expand Up @@ -213,17 +213,17 @@
<program value="73"/>
</Channel>
</Instrument>
<Instrument id="baroque-flute">
<longName>Baroque Flute</longName>
<shortName>Bq. Fl.</shortName>
<description>Baroque Traverse Flute</description>
<Instrument id="traverso">
<longName>Traverso</longName>
<shortName>Trv.</shortName>
<description>Traverso</description>
<musicXMLid>wind.flutes.flute</musicXMLid>
<clef>G</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>62-88</aPitchRange>
<pPitchRange>62-93</pPitchRange>
<Channel>
<program value="74"/>
<program value="73"/>
</Channel>
<Articulation>
<velocity>100</velocity>
Expand Down
4 changes: 2 additions & 2 deletions share/instruments/instrumentsxml.h
Expand Up @@ -26,8 +26,8 @@ QT_TRANSLATE_NOOP("InstrumentsXML", "Double Contrabass Flute"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "D. Cb. Fl.", "Double Contrabass Flute"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Hyperbass Flute"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Hb. Fl.", "Hyperbass Flute"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Baroque Flute"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Bq. Fl.", "Baroque Flute"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Traverso"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Trv."),
QT_TRANSLATE_NOOP("InstrumentsXML", "Danso"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Da.", "Danso"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Dizi"),
Expand Down

0 comments on commit 10bca19

Please sign in to comment.