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

<non-arpeggiate>

non-arpeggiate-element

<measure number="6">
   <note default-x="19">
      <pitch>
         <step>F</step>
         <octave>4</octave>
      </pitch>
      <duration>16</duration>
      <voice>1</voice>
      <type>whole</type>
      <staff>1</staff>
      <notations>
         <non-arpeggiate type="bottom" number="1"/>
      </notations>
   </note>
   <note default-x="19">
      <chord/>
      <pitch>
         <step>B</step>
         <octave>4</octave>
      </pitch>
      <duration>16</duration>
      <voice>1</voice>
      <type>whole</type>
      <staff>1</staff>
   </note>
   <note default-x="19">
      <chord/>
      <pitch>
         <step>D</step>
         <octave>5</octave>
      </pitch>
      <duration>16</duration>
      <voice>1</voice>
      <type>whole</type>
      <staff>1</staff>
   </note>
   <note default-x="19">
      <chord/>
      <pitch>
         <step>G</step>
         <octave>5</octave>
      </pitch>
      <duration>16</duration>
      <voice>1</voice>
      <type>whole</type>
      <staff>1</staff>
      <notations>
         <non-arpeggiate type="top" number="1"/>
      </notations>
   </note>
</measure>