Showing:

Annotations
Diagrams
Properties
Source
Used by
Element measure-layout/measure-distance
Namespace No namespace
Annotations
The measure-distance element specifies the horizontal distance from the previous measure. This value is only used for systems where there is horizontal whitespace in the middle of a system, as in systems with codas. To specify the measure width, use the width attribute of the measure element.
Diagram
Diagram musicxml19.tmp#id37
Type tenths
Properties
content: simple
minOccurs: 0
Source
<xs:element name="measure-distance" type="tenths" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The measure-distance element specifies the horizontal distance from the previous measure. This value is only used for systems where there is horizontal whitespace in the middle of a system, as in systems with codas. To specify the measure width, use the width attribute of the measure element.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type measure-layout
Namespace No namespace
Annotations
The measure-layout type includes the horizontal distance from the previous measure.
Diagram
Diagram musicxml179.tmp#id560
Used by
Model measure-distance{0,1}
Children measure-distance
Source
<xs:complexType name="measure-layout">
  <xs:annotation>
    <xs:documentation>The measure-layout type includes the horizontal distance from the previous measure.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="measure-distance" type="tenths" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The measure-distance element specifies the horizontal distance from the previous measure. This value is only used for systems where there is horizontal whitespace in the middle of a system, as in systems with codas. To specify the measure width, use the width attribute of the measure element.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd