Skip to content

Commit

Permalink
fix #163666: order recorders by pitch range
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz authored and lasconic committed Jan 14, 2017
1 parent e317763 commit 4a34643
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions share/instruments/instruments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -792,20 +792,6 @@
</Channel>
<genre>earlymusic</genre>
</Instrument>
<Instrument id="contrabass-recorder">
<longName>Contrabass Recorder</longName>
<shortName>Cb. Rec.</shortName>
<description>Contrabass Recorder</description>
<musicXMLid>wind.flutes.recorder</musicXMLid>
<clef>F</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>41-62</aPitchRange>
<pPitchRange>41-65</pPitchRange>
<Channel>
<program value="74"/>
</Channel>
<genre>earlymusic</genre>
</Instrument>
<Instrument id="greatbass-recorder">
<longName>Greatbass Recorder</longName>
<shortName>Gb. Rec.</shortName>
Expand All @@ -820,6 +806,20 @@
</Channel>
<genre>earlymusic</genre>
</Instrument>
<Instrument id="contrabass-recorder">
<longName>Contrabass Recorder</longName>
<shortName>Cb. Rec.</shortName>
<description>Contrabass Recorder</description>
<musicXMLid>wind.flutes.recorder</musicXMLid>
<clef>F</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>41-62</aPitchRange>
<pPitchRange>41-65</pPitchRange>
<Channel>
<program value="74"/>
</Channel>
<genre>earlymusic</genre>
</Instrument>
<Instrument id="slide-whistle">
<longName>Slide Whistle</longName>
<shortName>Sl. Wh.</shortName>
Expand Down
4 changes: 2 additions & 2 deletions share/instruments/instrumentsxml.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ QT_TRANSLATE_NOOP("InstrumentsXML", "Tenor Recorder"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "T. Rec.", "Tenor Recorder"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Bass Recorder"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "B. Rec.", "Bass Recorder"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Contrabass Recorder"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Cb. Rec.", "Contrabass Recorder"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Greatbass Recorder"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Gb. Rec.", "Greatbass Recorder"),
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"),
Expand Down

0 comments on commit 4a34643

Please sign in to comment.