Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type notehead
Namespace No namespace
Annotations
The notehead element indicates shapes other than the open and closed ovals associated with note durations.
	
For the enclosed shapes, the default is to be hollow for half notes and longer, and filled otherwise. The filled attribute can be set to change this if needed.
	
If the parentheses attribute is set to yes, the notehead is parenthesized. It is no by default.
Diagram
Diagram musicxml113.tmp#id79 musicxml114.tmp#id827 musicxml114.tmp#id828 musicxml1.tmp#id108 musicxml2.tmp#id102
Type extension of notehead-value
Type hierarchy
Used by
Element note/notehead
Attributes
QName Type Fixed Default Use Annotation
color color optional
filled yes-no optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
parentheses yes-no optional
Source
<xs:complexType name="notehead">
  <xs:annotation>
    <xs:documentation>The notehead element indicates shapes other than the open and closed ovals associated with note durations. For the enclosed shapes, the default is to be hollow for half notes and longer, and filled otherwise. The filled attribute can be set to change this if needed. If the parentheses attribute is set to yes, the notehead is parenthesized. It is no by default.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="notehead-value">
      <xs:attribute name="filled" type="yes-no"/>
      <xs:attribute name="parentheses" type="yes-no"/>
      <xs:attributeGroup ref="font"/>
      <xs:attributeGroup ref="color"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute notehead/@filled
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type notehead
Source
<xs:attribute name="filled" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute notehead/@parentheses
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type notehead
Source
<xs:attribute name="parentheses" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd