Concert pitch crashes (0.9.6 regression)

Project:MuseScore
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed
Description

Steps to reproduce bug
1. Create a new score for Bb trumpet (or any transposing instrument)
2. In the toolbar, click "Concert Pitch"

MuseScore crashes

Discussion: I'd be happy to help update the instruments.xml once the new format is established (e.g. "major second down" instead of "-2").

MuseScore version: r. 2649

(Operating System: Windows XP)

#1

For what it worth MusicXML defines transposition of instrument like this:

<transpose>
<diatonic>-1</diatonic> //one diatonic step down (C to B)
<chromatic>-2</chromatic> //two chromatic steps down (C to B to Bb)
</transpose>

See transpose section

Maybe the same notation or model can be used ?

#2

Rev. 2651 extends the instrument definition file (instruments.xml) by:


<transposeDiatonic>-1</transposeDiatonic>
<transposeChromatic>-2</transposeChromatic>

The old markup is now obsolete.

The staff properties dialog is changed to allow entry of the instruments transposition as an interval similar to the transpose dialog.
The code is all there but untested.

#3
Status:active» fixed

crash is fixed in rev. 2653

#4

instruments.xml and other languages updated to include the new transposition tags in r. 2694

#5
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

Syndicate content