MusicXML 4.1 Draft
MusicXML 4.1 Draft > MusicXML Reference > Examples > <damp-all>

<damp-all>

damp-all-element

<measure number="11">
   <note>
      <pitch>
         <step>A</step>
         <octave>4</octave>
      </pitch>
      <duration>16</duration>
      <voice>1</voice>
      <type>half</type>
      <stem default-y="-53">down</stem>
   </note>
   <note>
      <chord/>
      <pitch>
         <step>C</step>
         <octave>5</octave>
      </pitch>
      <duration>16</duration>
      <voice>1</voice>
      <type>half</type>
      <stem>down</stem>
   </note>
   <note>
      <chord/>
      <pitch>
         <step>E</step>
         <octave>5</octave>
      </pitch>
      <duration>16</duration>
      <voice>1</voice>
      <type>half</type>
      <stem>down</stem>
   </note>
   <direction placement="above">
      <direction-type>
         <damp-all/>
      </direction-type>
      <offset>-1</offset>
   </direction>
</measure>