Skip to content

Commit

Permalink
Fix #269240: Add winds and strings section to instruments list
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Feb 8, 2018
1 parent 8b2fc15 commit 30dfda3
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
40 changes: 40 additions & 0 deletions share/instruments/instruments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,23 @@
</Articulation>
<InstrumentGroup id="woodwinds">
<name>Woodwind</name>
<Instrument id="Winds">
<longName>Winds</longName>
<shortName>W.</shortName>
<description>Winds Section</description>
<musicXMLid>wind.group</musicXMLid>
<staves>2</staves>
<clef>G</clef>
<bracket>1</bracket>
<bracketSpan>2</bracketSpan>
<barlineSpan>2</barlineSpan>
<clef staff="2">F</clef>
<aPitchRange>24-108</aPitchRange>
<pPitchRange>24-108</pPitchRange>
<Channel>
<program value="73"/>
</Channel>
</Instrument>
<Instrument id="piccolo">
<longName>Piccolo</longName>
<shortName>Picc.</shortName>
Expand Down Expand Up @@ -10066,6 +10083,29 @@
</InstrumentGroup>
<InstrumentGroup id="strings">
<name>Strings</name>
<Instrument id="strings">
<longName>Strings</longName>
<shortName>St.</shortName>
<description>String Section</description>
<musicXMLid>strings.group</musicXMLid>
<staves>2</staves>
<clef>G</clef>
<bracket>1</bracket>
<bracketSpan>2</bracketSpan>
<barlineSpan>2</barlineSpan>
<clef staff="2">F</clef>
<aPitchRange>24-108</aPitchRange>
<pPitchRange>24-108</pPitchRange>
<Channel>
<program value="48"/>
</Channel>
<Channel name="pizzicato">
<program value="45"/>
</Channel>
<Channel name="tremolo">
<program value="44"/>
</Channel>
</Instrument>
<Instrument id="erhu">
<longName>Erhu</longName>
<shortName>Eh.</shortName>
Expand Down
6 changes: 6 additions & 0 deletions share/instruments/instrumentsxml.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ QT_TRANSLATE_NOOP("InstrumentsXML", "Orchestral instruments"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Early music"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Ethnic instruments"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Woodwind"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Winds"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "W.", "Winds"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Piccolo"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Picc.", "Piccolo"),
QT_TRANSLATE_NOOP("InstrumentsXML", "D♭ Piccolo"),
Expand Down Expand Up @@ -1121,6 +1123,10 @@ QT_TRANSLATE_NOOP3("InstrumentsXML", "Bu.", "Bugarija"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Berda"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Be.", "Berda"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Strings"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Strings"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "St.", "Strings"),
QT_TRANSLATE_NOOP("InstrumentsXML", "pizzicato"),
QT_TRANSLATE_NOOP("InstrumentsXML", "tremolo"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Erhu"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Eh.", "Erhu"),
QT_TRANSLATE_NOOP("InstrumentsXML", "pizzicato"),
Expand Down

0 comments on commit 30dfda3

Please sign in to comment.