8vb Treble clef on TAB staff — and — TAB clef on standard staff

• Aug 14, 2021 - 09:51
Reported version
3.6
Type
Graphical (UI)
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
active
Regression
No
Workaround
Yes
Project

Comments

On saving the score with an errant clef the resulting .mscx file contains the following structure (as mentioned in the original post):

<Clef>
    <concertClefType>G8vb</concertClefType>
    <transposingClefType>G8vb</transposingClefType>
</Clef>

  
Seems inherent to linked staves:

{ Pid::CLEF_TYPE_CONCERT, true, "concertClefType", P_TYPE::CLEF_TYPE, DUMMY_QT_TR_NOOP("propertyName", "concert clef type") },

{ Pid::CLEF_TYPE_TRANSPOSING, true, "transposingClefType", P_TYPE::CLEF_TYPE, DUMMY_QT_TR_NOOP("propertyName", "transposing clef type") },

scorster