Skip to content

Commit

Permalink
Fix GH#17417: Add Taiko
Browse files Browse the repository at this point in the history
Backport of musescore#24101
  • Loading branch information
Jojo-Schmitz committed Nov 21, 2024
1 parent 20adb41 commit fee84fa
Show file tree
Hide file tree
Showing 70 changed files with 40,386 additions and 39,609 deletions.
27 changes: 27 additions & 0 deletions share/instruments/instruments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6564,6 +6564,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="frame-drum">
<family>drums</family>
<longName>Frame Drum</longName>
Expand Down
2 changes: 2 additions & 0 deletions share/instruments/instrumentsxml.h
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,8 @@ QT_TRANSLATE_NOOP("InstrumentsXML", "Congas"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Con.", "Congas"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Timbales"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Timb.", "Timbales"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Taiko"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Taiko", "Taiko"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Frame Drum"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Fr. Dr.", "Frame Drum"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Tablas"),
Expand Down
Loading

0 comments on commit fee84fa

Please sign in to comment.