You are here: MusicXML Reference > Score Schema (XSD) > Elements > Element: non-arpeggiate

Element: non-arpeggiate

Description

The non-arpeggiate type indicates that this note is at the top or bottom of a bracket indicating to not arpeggiate these notes. Since this does not involve playback, it is only used on the top or bottom notes, not on each note as for the arpeggiate type.

Derived By

Type non-arpeggiate

Attributes
Name  Type  Required?  Default  Description 
type  top-bottom  Yes 
number  number-level  No  When a number-level value is implied, the value is 1 by default.
default-x  tenths  No 
default-y  tenths  No 
relative-x  tenths  No 
relative-y  tenths  No 
placement  above-below  No 
color  color  No 
Content Model

Always empty.

Referenced By
Example

      <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="top" 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="bottom" number="1"/>
        </notations>
      </note>

Definition

See notations

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301