Skip to content

Commit

Permalink
Add treble clef version of B sousaphone
Browse files Browse the repository at this point in the history
  • Loading branch information
simonstuder authored and Jojo-Schmitz committed Nov 30, 2021
1 parent 1fb98b2 commit 4efa591
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
20 changes: 20 additions & 0 deletions share/instruments/instruments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5239,6 +5239,26 @@
<genre>jazz</genre>
<genre>marching</genre>
</Instrument>
<Instrument id="bb-sousaphone-treble">
<trackName>B♭ Sousaphone (Treble Clef)</trackName>
<longName>B♭ Sousaphone</longName>
<shortName>B♭ Sphn.</shortName>
<description>B♭ Sousaphone (Treble Clef)</description>
<musicXMLid>brass.sousaphone</musicXMLid>
<transposingClef>G</transposingClef>
<concertClef>F</concertClef>
<barlineSpan>1</barlineSpan>
<aPitchRange>30-60</aPitchRange>
<pPitchRange>24-74</pPitchRange>
<transposeDiatonic>-15</transposeDiatonic>
<transposeChromatic>-26</transposeChromatic>
<Channel>
<!--MIDI: Bank 0, Prog 58; MS General: Tuba-->
<program value="58"/> <!--Tuba-->
</Channel>
<genre>jazz</genre>
<genre>marching</genre>
</Instrument>
<Instrument id="wagner-tuba">
<family>horns</family>
<longName>Wagner Tuba</longName>
Expand Down
3 changes: 3 additions & 0 deletions share/instruments/instrumentsxml.h
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,9 @@ QT_TRANSLATE_NOOP("InstrumentsXML", "Sousaphone"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Sphn.", "Sousaphone"),
QT_TRANSLATE_NOOP("InstrumentsXML", "B♭ Sousaphone"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "B♭ Sphn.", "B♭ Sousaphone"),
QT_TRANSLATE_NOOP("InstrumentsXML", "B♭ Sousaphone"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "B♭ Sphn.", "B♭ Sousaphone"),
QT_TRANSLATE_NOOP("InstrumentsXML", "B♭ Sousaphone (Treble Clef)"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Wagner Tuba"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Wag. Tb.", "Wagner Tuba"),
QT_TRANSLATE_NOOP("InstrumentsXML", "B♭ Wagner Tuba"),
Expand Down

0 comments on commit 4efa591

Please sign in to comment.