You are here: MusicXML Reference > Score Schema (XSD) > Complex Types > Complex Type: glissando

Complex Type: 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

Extending xs:string

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 
Referenced By
Definition
<xs:complexType name="glissando">
  <xs:annotation>
    <xs:documentation>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.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="type" type="start-stop" use="required">
        <xsd:annotation>
          <xsd:documentation>
          </xsd:documentation>
        </xsd:annotation>
      </xs:attribute>
      <xs:attribute name="number" type="number-level" default="1">
        <xsd:annotation>
          <xsd:documentation>When a number-level value is implied, the value is 1 by default.</xsd:documentation>
        </xsd:annotation>
      </xs:attribute>
      <xs:attributeGroup ref="line-type" />
      <xs:attributeGroup ref="dashed-formatting" />
      <xs:attributeGroup ref="print-style" />
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301