artic

Encodes the written articulation(s). Articulations are normally encoded in
order from the note head outward; that is, away from the stem. See additional notes at
att.vis.note. Only articulations should be encoded in the artic attribute; for example,
fingerings should be encoded using the <fingering> element.

Attribute Information

Used By

Source

<xs:attribute name="artic">
  <xs:annotation>
    <xs:documentation>Encodes the written articulation(s). Articulations are normally encoded in order from the note head outward; that is, away from the stem. See additional notes at att.vis.note. Only articulations should be encoded in the artic attribute; for example, fingerings should be encoded using the <fingering> element.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list itemType="mei:mei_data.ARTICULATION"/>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample