You are here: MusicXML Reference > Score Schema (XSD) > Elements > Element: chord

Element: chord [group full-note]

Description

The chord element indicates that this note is an additional chord tone with the preceding note. Notes that are part of a chord will share the same stem if a stem is present. In MuseData, a missing duration indicates the same length as the previous note, but the MusicXML format requires a duration for chord notes too.

Derived By

Type empty

Content Model

Always empty.

Referenced By
Example

      <note default-x="80">
        <pitch>
          <step>F</step>
          <octave>4</octave>
        </pitch>
        <duration>128</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>
      <note default-x="80">
        <chord/>
        <pitch>
          <step>A</step>
          <octave>4</octave>
        </pitch>
        <duration>128</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>
      <note default-x="80">
        <chord/>
        <pitch>
          <step>C</step>
          <octave>5</octave>
        </pitch>
        <duration>128</duration>
        <voice>1</voice>
        <type>whole</type>
      </note>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301