Skip to content

Commit

Permalink
Merge pull request #3824 from jthistle/274521-fix-clef-issues
Browse files Browse the repository at this point in the history
Fix #274521: fix concert pitch clef issues
  • Loading branch information
lasconic committed Jul 31, 2018
2 parents ec80d3b + f43e0f9 commit 61840da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions share/instruments/instruments.xml
Expand Up @@ -1066,10 +1066,13 @@
<shortName>Hph.</shortName>
<description>Heckelphone</description>
<musicXMLid>wind.reed.heckelphone</musicXMLid>
<clef>G8vb</clef>
<transposingClef>G</transposingClef>
<concertClef>G8vb</concertClef>
<barlineSpan>1</barlineSpan>
<aPitchRange>45-75</aPitchRange>
<pPitchRange>45-78</pPitchRange>
<transposeDiatonic>-7</transposeDiatonic>
<transposeChromatic>-12</transposeChromatic>
<Channel>
<program value="68"/>
</Channel>
Expand Down Expand Up @@ -2038,7 +2041,8 @@
<shortName>Cbsn.</shortName>
<description>Contrabassoon</description>
<musicXMLid>wind.reed.contrabassoon</musicXMLid>
<clef>F</clef>
<transposingClef>F</transposingClef>
<concertClef>F8vb</concertClef>
<barlineSpan>1</barlineSpan>
<aPitchRange>22-57</aPitchRange>
<pPitchRange>22-60</pPitchRange>
Expand Down

0 comments on commit 61840da

Please sign in to comment.