Skip to content

Commit

Permalink
Add Taiko
Browse files Browse the repository at this point in the history
Resolves #17417
  • Loading branch information
zacjansheski authored and shoogle committed Nov 28, 2024
1 parent eef395b commit 17b7f90
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
27 changes: 27 additions & 0 deletions share/instruments/instruments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7734,6 +7734,33 @@
<genre>concertband</genre>
<genre>marching</genre>
</Instrument>
<Instrument id="taiko">
<family>drums</family>
<trackName>Taiko</trackName>
<longName>Taiko</longName>
<shortName>Taiko</shortName>
<description>Taiko.</description>
<musicXMLid>drum.taiko</musicXMLid>
<clef>PERC</clef>
<stafftype staffTypePreset="perc1Line">percussion</stafftype>
<barlineSpan>1</barlineSpan>
<drumset>1</drumset>
<singleNoteDynamics>0</singleNoteDynamics>
<Drum pitch="36"> <!--Electric Bass Drum-->
<head>normal</head>
<line>0</line>
<voice>0</voice>
<name>Taiko</name>
<stem>1</stem>
<shortcut>A</shortcut>
</Drum>
<Channel>
<!--MIDI: Bank 128, Prog 0; MS General: Standard-->
<controller ctrl="0" value="1"/> <!--Bank MSB-->
<program value="0"/> <!--Standard Kit-->
</Channel>
<genre>world</genre>
</Instrument>
<Instrument id="anvil">
<family>unpitched-metal-percussion</family>
<trackName>Anvil</trackName>
Expand Down
9 changes: 9 additions & 0 deletions share/instruments/instrumentsxml.h
Original file line number Diff line number Diff line change
Expand Up @@ -3952,6 +3952,15 @@ QT_TRANSLATE_NOOP3("engraving/instruments", "Timbales", "timbales longName"),
//: shortName for Timbales; Please see https://github.com/musescore/MuseScore/wiki/Translating-instrument-names
QT_TRANSLATE_NOOP3("engraving/instruments", "Timb.", "timbales shortName"),

//: description for Taiko; Please see https://github.com/musescore/MuseScore/wiki/Translating-instrument-names
QT_TRANSLATE_NOOP3("engraving/instruments", "Taiko.", "taiko description"),
//: trackName for Taiko; Please see https://github.com/musescore/MuseScore/wiki/Translating-instrument-names
QT_TRANSLATE_NOOP3("engraving/instruments", "Taiko", "taiko trackName"),
//: longName for Taiko; Please see https://github.com/musescore/MuseScore/wiki/Translating-instrument-names
QT_TRANSLATE_NOOP3("engraving/instruments", "Taiko", "taiko longName"),
//: shortName for Taiko; Please see https://github.com/musescore/MuseScore/wiki/Translating-instrument-names
QT_TRANSLATE_NOOP3("engraving/instruments", "Taiko", "taiko shortName"),

//: description for Anvil; Please see https://github.com/musescore/MuseScore/wiki/Translating-instrument-names
QT_TRANSLATE_NOOP3("engraving/instruments", "Anvil.", "anvil description"),
//: trackName for Anvil; Please see https://github.com/musescore/MuseScore/wiki/Translating-instrument-names
Expand Down

0 comments on commit 17b7f90

Please sign in to comment.