how to switch from percussion [one line] to standard treble staff

• May 7, 2022 - 06:56

I imported a musicXml file that has a problem as you can see in the first attached screenshot.
The Bass Clarinet part is using a one line percussion staff
I have not been able to change it to a standard staff/clef.

If I open ("I") the instrument dialogue and change the Staff Type to from "custom standard" to "standard" (see third attachment) I get a wrong result: a treble clef with a single line staff (see second attachment)

btw1 how come all the imported instruments are of type Choir/Aahs?
btw2 how could I change the staff to a 3-line percussion staff (in case I need to do it one day)


Comments

In reply to by mgaewsj

Well, MuseScore just does as it's being tole:

        <score-part id="P2">
            <part-name>Bass Clarinet</part-name>
            <score-instrument id="P2-I1">
                <instrument-name>Choir Aahs</instrument-name>
            </score-instrument>
            <midi-instrument id="P2-I1">
                <midi-channel>1</midi-channel>
                <midi-program>53</midi-program>
            </midi-instrument>
        </score-part>
 ...
    <part id="P2">
        <measure number="1">
            <attributes>
                <divisions>1</divisions>
                <time>
                    <beats>4</beats>
                    <beat-type>4</beat-type>
                </time>
                <clef>
                    <sign>percussion</sign> <!--------------------------------here----------------->
                </clef>
                <staff-details>
                    <staff-lines>1</staff-lines>  <!-------------and here--------------->
                </staff-details>
                <transpose>
                    <diatonic>-1</diatonic>
                    <chromatic>-1</chromatic>
                </transpose>
            </attributes>
            <note>
                <rest/>
                <duration>1</duration>
                <voice>1</voice>
                <staff>1</staff>
            </note>
        </measure>
 

So I'd blame Logic Pro (the software that allegedly created that XML) for this

Do you still have an unanswered question? Please log in first to post your question.