Fix #267488: Add Baryton to the Instruments List
This commit is contained in:
parent
020f7b1c08
commit
24bf26bf45
2 changed files with 33 additions and 0 deletions
|
@ -10440,6 +10440,35 @@
|
|||
<genre>earlymusic</genre>
|
||||
</Instrument>
|
||||
<!-- Viola da Gamba (6 string) removed as a duplication -->
|
||||
<Instrument id="baryton">
|
||||
<longName>Baryton</longName>
|
||||
<shortName>Bary.</shortName>
|
||||
<description>Baryton</description>
|
||||
<musicXMLid>strings.baryton</musicXMLid>
|
||||
<StringData>
|
||||
<frets>13</frets>
|
||||
<string>38</string>
|
||||
<string>43</string>
|
||||
<string>48</string>
|
||||
<string>52</string>
|
||||
<string>57</string>
|
||||
<string>62</string>
|
||||
</StringData>
|
||||
<clef>F</clef>
|
||||
<barlineSpan>1</barlineSpan>
|
||||
<aPitchRange>33-74</aPitchRange>
|
||||
<pPitchRange>33-79</pPitchRange>
|
||||
<Channel>
|
||||
<program value="42"/>
|
||||
</Channel>
|
||||
<Channel name="pizzicato">
|
||||
<program value="15"/>
|
||||
</Channel>
|
||||
<Channel name="tremolo">
|
||||
<program value="44"/>
|
||||
</Channel>
|
||||
<genre>earlymusic</genre>
|
||||
</Instrument>
|
||||
<Instrument id="violone">
|
||||
<longName>Violone</longName>
|
||||
<shortName>Vne.</shortName>
|
||||
|
|
|
@ -1186,6 +1186,10 @@ QT_TRANSLATE_NOOP("InstrumentsXML", "tremolo"),
|
|||
QT_TRANSLATE_NOOP("InstrumentsXML", "Viola da gamba (Tab)"),
|
||||
QT_TRANSLATE_NOOP3("InstrumentsXML", "Vla. d. g.", "Viola da gamba (Tab)"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Viola da gamba (Tablature)"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Baryton"),
|
||||
QT_TRANSLATE_NOOP3("InstrumentsXML", "Bary.", "Baryton"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "pizzicato"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "tremolo"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Violone"),
|
||||
QT_TRANSLATE_NOOP3("InstrumentsXML", "Vne.", "Violone"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "pizzicato"),
|
||||
|
|
Loading…
Reference in a new issue