data.CANCELACCID

Indicates where cancellation accidentals are shown in a key signature.
Module
Used by
These class-based attributes use data.CANCELACCID
att.keySig.vis/@cancelaccidDetermines where cautionary accidentals should be displayed at a key change.
att.keySigDefault.vis/@keysig.cancelaccidDetermines where cautionary accidentals should be displayed at a key change.
Allowed Values
noneDo not show cancellation accidentals.
beforeShow cancellation accidentals before the new key accidentals.
afterShow cancellation accidentals after the new key accidentals ("Old style" or "French")
before-barShow cancellation accidentals before the barline (also known as "Russian").
Declaration
<macroSpec ident="data.CANCELACCID" module="MEI" type="dt">
<desc xml:lang="en">Indicates where cancellation accidentals are shown in a key signature.</desc>
<content>
<valList type="closed">
<valItem ident="none">
<desc xml:lang="en">Do not show cancellation accidentals.</desc>
</valItem>
<valItem ident="before">
<desc xml:lang="en">Show cancellation accidentals before the new key accidentals.</desc>
</valItem>
<valItem ident="after">
<desc xml:lang="en">Show cancellation accidentals after the new key accidentals ("Old style" or "French")</desc>
</valItem>
<valItem ident="before-bar">
<desc xml:lang="en">Show cancellation accidentals before the barline (also known as "Russian").</desc>
</valItem>
</valList>
</content>
</macroSpec>