MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <arpeggiate>

<arpeggiate>

arpeggiate-element

<measure number="23">
   <note>
      <pitch>
         <step>G</step>
         <octave>4</octave>
      </pitch>
      <duration>16</duration>
      <voice>1</voice>
      <type>whole</type>
      <staff>1</staff>
      <notations>
         <arpeggiate number="1" default-x="-12" default-y="-41"/>
      </notations>
   </note>
   <note>
      <chord/>
      <pitch>
         <step>B</step>
         <octave>4</octave>
      </pitch>
      <duration>16</duration>
      <voice>1</voice>
      <type>whole</type>
      <staff>1</staff>
      <notations>
         <arpeggiate number="1" default-x="-12"/>
      </notations>
   </note>
   <note>
      <chord/>
      <pitch>
         <step>D</step>
         <octave>5</octave>
      </pitch>
      <duration>16</duration>
      <voice>1</voice>
      <type>whole</type>
      <staff>1</staff>
      <notations>
         <arpeggiate number="1" default-x="-12"/>
      </notations>
   </note>
   <note>
      <chord/>
      <pitch>
         <step>G</step>
         <octave>5</octave>
      </pitch>
      <duration>16</duration>
      <voice>1</voice>
      <type>whole</type>
      <staff>1</staff>
      <notations>
         <arpeggiate number="1" default-x="-12" default-y="10"/>
      </notations>
   </note>
</measure>