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

Element: glissando

Description

Glissando and slide types both indicate rapidly moving from one pitch to the other so that individual notes are not discerned. The distinction is similar to that between NIFF's glissando and portamento elements. A glissando sounds the half notes in between the slide and defaults to a wavy line. The optional text is printed alongside the line.

Derived By

Type glissando

Attributes
Name  Type  Required?  Default  Description 
type  start-stop  Yes 
number  number-level  No  When a number-level value is implied, the value is 1 by default.
line-type  line-type  No 
dash-length  tenths  No 
space-length  tenths  No 
default-x  tenths  No 
default-y  tenths  No 
relative-x  tenths  No 
relative-y  tenths  No 
font-family  comma-separated-text  No 
font-style  font-style  No 
font-size  font-size  No 
font-weight  font-weight  No 
color  color  No 
Content Model

Contains text only.

Referenced By
Example

      <note default-x="82">
        <pitch>
          <step>F</step>
          <octave>4</octave>
        </pitch>
        <duration>2</duration>
        <voice>1</voice>
        <type>quarter</type>
        <stem default-y="0">up</stem>
        <staff>1</staff>
        <notations>
          <glissando line-type="wavy" number="1" type="start"/>
        </notations>
      </note>
      <note default-x="136">
        <pitch>
          <step>G</step>
          <octave>5</octave>
        </pitch>
        <duration>2</duration>
        <voice>1</voice>
        <type>quarter</type>
        <stem default-y="-30">down</stem>
        <staff>1</staff>
        <notations>
          <glissando line-type="wavy" number="1" type="stop"/>
        </notations>
      </note>

     <note default-x="85">
        <pitch>
          <step>C</step>
          <octave>2</octave>
        </pitch>
        <duration>2</duration>
        <voice>2</voice>
        <type>quarter</type>
        <stem default-y="-4.5">up</stem>
        <staff>2</staff>
        <notations>
          <glissando line-type="wavy" number="1" type="start"/>
        </notations>
      </note>
      <note default-x="85">
        <chord/>
        <pitch>
          <step>E</step>
          <octave>2</octave>
        </pitch>
        <duration>2</duration>
        <voice>2</voice>
        <type>quarter</type>
        <stem>up</stem>
        <staff>2</staff>
        <notations>
          <glissando line-type="wavy" number="2" type="start"/>
        </notations>
      </note>
      <note default-x="85">
        <chord/>
        <pitch>
          <step>G</step>
          <octave>2</octave>
        </pitch>
        <duration>2</duration>
        <voice>2</voice>
        <type>quarter</type>
        <stem>up</stem>
        <staff>2</staff>
        <notations>
          <glissando line-type="wavy" number="3" type="start">gliss.</glissando>
        </notations>
      </note>
      <forward>
        <duration>2</duration>
        <voice>2</voice>
        <staff>2</staff>
      </forward>
      <forward>
        <duration>4</duration>
        <voice>2</voice>
        <staff>2</staff>
      </forward>
    </measure>
    <!--=======================================================-->
    <measure number="2" width="295">
      <note default-x="13">
        <pitch>
          <step>C</step>
          <octave>6</octave>
        </pitch>
        <duration>2</duration>
        <voice>1</voice>
        <type>quarter</type>
        <stem default-y="-20.5">down</stem>
        <staff>1</staff>
        <notations>
          <glissando line-type="wavy" number="1" type="stop"/>
          <glissando line-type="wavy" number="1" type="start"/>
        </notations>
      </note>
      <note default-x="13">
        <chord/>
        <pitch>
          <step>E</step>
          <octave>6</octave>
        </pitch>
        <duration>2</duration>
        <voice>1</voice>
        <type>quarter</type>
        <stem>down</stem>
        <staff>1</staff>
        <notations>
          <glissando line-type="wavy" number="2" type="stop"/>
          <glissando line-type="wavy" number="2" type="start"/>
        </notations>
      </note>
      <note default-x="13">
        <chord/>
        <pitch>
          <step>G</step>
          <octave>6</octave>
        </pitch>
        <duration>2</duration>
        <voice>1</voice>
        <type>quarter</type>
        <stem>down</stem>
        <staff>1</staff>
        <notations>
          <glissando line-type="wavy" number="3" type="stop"/>
          <glissando line-type="wavy" number="3" type="start">gliss.</glissando>

        </notations>
      </note>
      <forward>
        <duration>2</duration>
        <voice>1</voice>
        <staff>1</staff>
      </forward>
      <forward>
        <duration>4</duration>
        <voice>1</voice>
        <staff>1</staff>
      </forward>
      <backup>
        <duration>8</duration>
      </backup>
      <note>
        <rest measure="yes"/>
        <duration>8</duration>
        <voice>2</voice>
        <staff>2</staff>
      </note>
    </measure>
    <!--=======================================================-->
    <measure number="3" width="297">
      <note>
        <rest measure="yes"/>
        <duration>8</duration>
        <voice>1</voice>
        <staff>1</staff>
      </note>
      <backup>
        <duration>8</duration>
      </backup>
      <note default-x="14">
        <pitch>
          <step>C</step>
          <octave>2</octave>
        </pitch>
        <duration>2</duration>
        <voice>2</voice>
        <type>quarter</type>
        <stem default-y="-4.5">up</stem>
        <staff>2</staff>
        <notations>
          <glissando line-type="wavy" number="1" type="stop"/>
        </notations>
      </note>
      <note default-x="14">
        <chord/>
        <pitch>
          <step>E</step>
          <octave>2</octave>
        </pitch>
        <duration>2</duration>
        <voice>2</voice>
        <type>quarter</type>
        <stem>up</stem>
        <staff>2</staff>
        <notations>
          <glissando line-type="wavy" number="2" type="stop"/>
        </notations>
      </note>
      <note default-x="14">
        <chord/>
        <pitch>
          <step>G</step>
          <octave>2</octave>
        </pitch>
        <duration>2</duration>
        <voice>2</voice>
        <type>quarter</type>
        <stem>up</stem>
        <staff>2</staff>
        <notations>
          <glissando line-type="wavy" number="3" type="stop"/>
        </notations>
      </note>

Definition

See notations

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301