fix #298887: rename Tin Whistle to C Tin Whistle for MusicXML InstrumentID wind.flutes.whistle.tin

This commit is contained in:
Riaan van Niekerk 2019-12-24 16:00:38 +02:00
parent f0dfd8fbab
commit 71803139a5
2 changed files with 16 additions and 16 deletions

View file

@ -914,20 +914,6 @@
<program value="79"/> <!--Ocarina-->
</Channel>
</Instrument>
<Instrument id="tin-whistle">
<longName>Tin Whistle</longName>
<shortName>Tin Wh.</shortName>
<description>same as 6 hole Flageolet but metal construction</description>
<musicXMLid>wind.flutes.whistle.tin</musicXMLid>
<clef>G8va</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>72-96</aPitchRange>
<pPitchRange>72-102</pPitchRange>
<Channel>
<program value="78"/> <!--Whistle-->
</Channel>
<genre>classroom</genre>
</Instrument>
<Instrument id="bflat-tin-whistle">
<longName>B♭ Tin Whistle</longName>
<shortName>B♭ Tin Wh.</shortName>
@ -941,6 +927,20 @@
<program value="78"/> <!--Whistle-->
</Channel>
</Instrument>
<Instrument id="c-tin-whistle">
<longName>C Tin Whistle</longName>
<shortName>C Tin Wh.</shortName>
<description>same as 6 hole Flageolet but metal construction</description>
<musicXMLid>wind.flutes.whistle.tin</musicXMLid>
<clef>G8va</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>72-96</aPitchRange>
<pPitchRange>72-102</pPitchRange>
<Channel>
<program value="78"/> <!--Whistle-->
</Channel>
<genre>classroom</genre>
</Instrument>
<Instrument id="d-tin-whistle">
<longName>D Tin Whistle</longName>
<shortName>D Tin Wh.</shortName>

View file

@ -173,10 +173,10 @@ QT_TRANSLATE_NOOP("InstrumentsXML", "Contrabass Recorder"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Cb. Rec.", "Contrabass Recorder"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Slide Whistle"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Sl. Wh.", "Slide Whistle"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Tin Whistle"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Tin Wh.", "Tin Whistle"),
QT_TRANSLATE_NOOP("InstrumentsXML", "B♭ Tin Whistle"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "B♭ Tin Wh.", "B♭ Tin Whistle"),
QT_TRANSLATE_NOOP("InstrumentsXML", "C Tin Whistle"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "C Tin Wh.", "C Tin Whistle"),
QT_TRANSLATE_NOOP("InstrumentsXML", "D Tin Whistle"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "D Tin Wh.", "D Tin Whistle"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Piccolo Oboe"),