Readonly
schema schema : { attributes : {} ; contents : readonly [ { type : "required" ; value : { label : "note-type-value" ; type : "label" ; value : { choices : readonly [ "whole" , "1024th" , "512th" , "256th" , "128th" , "64th" , "32nd" , "16th" , "eighth" , "half" , "quarter" , "whole" , "breve" , "long" , "maxima" ] ; type : "choices" ; } ; } ; } ] ; name : "normal-type" ; } = NormalType.schema
Type declaration Readonly
attributes : {} Readonly
contents : readonly [ { type : "required" ; value : { label : "note-type-value" ; type : "label" ; value : { choices : readonly [ "whole" , "1024th" , "512th" , "256th" , "128th" , "64th" , "32nd" , "16th" , "eighth" , "half" , "quarter" , "whole" , "breve" , "long" , "maxima" ] ; type : "choices" ; } ; } ; } ] Readonly
name : "normal-type" Static
Readonly
schema schema : { attributes : {} ; contents : readonly [ { type : "required" ; value : { label : "note-type-value" ; type : "label" ; value : { choices : readonly [ "whole" , "1024th" , "512th" , "256th" , "128th" , "64th" , "32nd" , "16th" , "eighth" , "half" , "quarter" , "whole" , "breve" , "long" , "maxima" ] ; type : "choices" ; } ; } ; } ] ; name : "normal-type" ; } = ...
Type declaration Readonly
attributes : {} Readonly
contents : readonly [ { type : "required" ; value : { label : "note-type-value" ; type : "label" ; value : { choices : readonly [ "whole" , "1024th" , "512th" , "256th" , "128th" , "64th" , "32nd" , "16th" , "eighth" , "half" , "quarter" , "whole" , "breve" , "long" , "maxima" ] ; type : "choices" ; } ; } ; } ] Readonly
name : "normal-type"
The
<normal-type>
elementParent element:
<time-modification>
If the type associated with the number in the
<normal-notes>
element is different than the current note type (e.g., a quarter note within an eighth note triplet), then the<normal-notes>
type (e.g. eighth) is specified in the<normal-type>
and<normal-dot>
elements.https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/normal-type/