Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Guitar (Treble Clef)" to instruments.xml #2255

Merged
merged 1 commit into from
Aug 11, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions share/instruments/instruments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8518,6 +8518,32 @@
</Channel>
<genre>common</genre>
</Instrument>
<Instrument id="guitar-nylon-treble-clef">
<trackName>Guitar (Treble Clef)</trackName>
<longName>Guitar</longName>
<shortName>Guit.</shortName>
<description>Acoustic Nylon-strung Guitar (Treble Clef)</description>
<musicXMLid>pluck.guitar.nylon-string</musicXMLid>
<StringData>
<frets>19</frets>
<string>52</string>
<string>57</string>
<string>62</string>
<string>67</string>
<string>71</string>
<string>76</string>
</StringData>
<transposingClef>G</transposingClef>
<concertClef>G8vb</concertClef>
<barlineSpan>1</barlineSpan>
<aPitchRange>40-83</aPitchRange>
<pPitchRange>40-83</pPitchRange>
<transposeDiatonic>-7</transposeDiatonic>
<transposeChromatic>-12</transposeChromatic>
<Channel>
<program value="24"/>
</Channel>
</Instrument>
<Instrument id="guitar-nylon-tablature">
<trackName>Classical Guitar [Tablature]</trackName>
<init>guitar-nylon</init>
Expand Down
2 changes: 2 additions & 0 deletions share/instruments/instrumentsxml.h
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,8 @@ QT_TRANSLATE_NOOP("InstrumentsXML", "Alto Guitar"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "A. Guit.", "Alto Guitar"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Classical Guitar"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Guit.", "Classical Guitar"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Guitar (Treble Clef)"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "Guit.", "Guitar (Treble Clef)"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Classical Guitar [Tablature]"),
QT_TRANSLATE_NOOP("InstrumentsXML", "Contra Guitar"),
QT_TRANSLATE_NOOP3("InstrumentsXML", "C Guit.", "Contra Guitar"),
Expand Down