Skip to content

Commit

Permalink
Fix #197466: Fix ranges for trombone
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Jun 5, 2017
1 parent 3d2582f commit 290ad3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions mtest/importmidi/instrument_channels.mscx
Expand Up @@ -152,10 +152,10 @@
<longName>Trombone</longName>
<shortName>Tbn.</shortName>
<trackName>Trombone</trackName>
<minPitchP>35</minPitchP>
<minPitchP>36</minPitchP>
<maxPitchP>74</maxPitchP>
<minPitchA>35</minPitchA>
<maxPitchA>70</maxPitchA>
<minPitchA>40</minPitchA>
<maxPitchA>71</maxPitchA>
<instrumentId>brass.trombone</instrumentId>
<clef>F</clef>
<Articulation>
Expand Down
12 changes: 6 additions & 6 deletions share/instruments/instruments.xml
Expand Up @@ -3862,8 +3862,8 @@
<musicXMLid>brass.trombone</musicXMLid>
<clef>F</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>35-70</aPitchRange>
<pPitchRange>35-74</pPitchRange>
<aPitchRange>40-71</aPitchRange>
<pPitchRange>36-74</pPitchRange>
<Channel>
<program value="57"/>
</Channel>
Expand All @@ -3880,8 +3880,8 @@
<transposingClef>G</transposingClef>
<concertClef>F</concertClef>
<barlineSpan>1</barlineSpan>
<aPitchRange>35-70</aPitchRange>
<pPitchRange>35-74</pPitchRange>
<aPitchRange>40-71</aPitchRange>
<pPitchRange>36-74</pPitchRange>
<transposeDiatonic>-8</transposeDiatonic>
<transposeChromatic>-14</transposeChromatic>
<Channel>
Expand Down Expand Up @@ -3937,8 +3937,8 @@
<musicXMLid>brass.trombone.bass</musicXMLid>
<clef>F</clef>
<barlineSpan>1</barlineSpan>
<aPitchRange>36-70</aPitchRange>
<pPitchRange>36-74</pPitchRange>
<aPitchRange>32-68</aPitchRange>
<pPitchRange>27-72</pPitchRange>
<Channel>
<program value="57"/>
</Channel>
Expand Down

0 comments on commit 290ad3c

Please sign in to comment.