Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Attribute trill-sound/@start-note
Namespace No namespace
Type start-note
Properties
content: simple
Facets
enumeration upper, main, below
Used by
Attribute Group trill-sound
Source
<xs:attribute name="start-note" type="start-note"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute trill-sound/@trill-step
Namespace No namespace
Type trill-step
Properties
content: simple
Facets
enumeration whole, half, unison
Used by
Attribute Group trill-sound
Source
<xs:attribute name="trill-step" type="trill-step"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute trill-sound/@two-note-turn
Namespace No namespace
Type two-note-turn
Properties
content: simple
Facets
enumeration whole, half, none
Used by
Attribute Group trill-sound
Source
<xs:attribute name="two-note-turn" type="two-note-turn"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute trill-sound/@accelerate
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Attribute Group trill-sound
Source
<xs:attribute name="accelerate" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute trill-sound/@beats
Namespace No namespace
Type non-negative-decimal
Properties
content: simple
Facets
minInclusive 0
Used by
Attribute Group trill-sound
Source
<xs:attribute name="beats" type="non-negative-decimal"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute trill-sound/@second-beat
Namespace No namespace
Type percent
Properties
content: simple
Facets
maxInclusive 100
minInclusive 0
Used by
Attribute Group trill-sound
Source
<xs:attribute name="second-beat" type="percent"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute trill-sound/@last-beat
Namespace No namespace
Type percent
Properties
content: simple
Facets
maxInclusive 100
minInclusive 0
Used by
Attribute Group trill-sound
Source
<xs:attribute name="last-beat" type="percent"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute Group trill-sound
Namespace No namespace
Diagram
Diagram musicxml66.tmp#id159 musicxml66.tmp#id160 musicxml66.tmp#id161 musicxml66.tmp#id162 musicxml66.tmp#id163 musicxml66.tmp#id164 musicxml66.tmp#id165
Used by
Complex Types empty-trill-sound, wavy-line
Attributes
QName Type Fixed Default Use Annotation
accelerate yes-no optional
beats non-negative-decimal optional
last-beat percent optional
second-beat percent optional
start-note start-note optional
trill-step trill-step optional
two-note-turn two-note-turn optional
Source
<xs:attributeGroup name="trill-sound">
  <xs:annotation>
    <xs:documentation>The trill-sound entity includes attributes used to guide the sound of trills, mordents, turns, shakes, and wavy lines, based on MuseData sound suggestions. The default choices are: start-note = "upper" trill-step = "whole" two-note-turn = "none" accelerate = "no" beats = "4" (minimum of "2"). Second-beat and last-beat are percentages for landing on the indicated beat, with defaults of 25 and 75 respectively. For mordent and inverted-mordent elements, the defaults are different: The default start-note is "main", not "upper". The default for beats is "3", not "4". The default for second-beat is "12", not "25". The default for last-beat is "24", not "75".</xs:documentation>
  </xs:annotation>
  <xs:attribute name="start-note" type="start-note"/>
  <xs:attribute name="trill-step" type="trill-step"/>
  <xs:attribute name="two-note-turn" type="two-note-turn"/>
  <xs:attribute name="accelerate" type="yes-no"/>
  <xs:attribute name="beats" type="non-negative-decimal"/>
  <xs:attribute name="second-beat" type="percent"/>
  <xs:attribute name="last-beat" type="percent"/>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd