Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element print/measure-layout
Namespace No namespace
Diagram
Diagram musicxml179.tmp#id560 musicxml179.tmp#id559
Type measure-layout
Properties
content: complex
minOccurs: 0
Model measure-distance{0,1}
Children measure-distance
Instance
<measure-layout>
  <measure-distance>{0,1}</measure-distance>
</measure-layout>
Source
<xs:element name="measure-layout" type="measure-layout" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element print/measure-numbering
Namespace No namespace
Diagram
Diagram musicxml250.tmp#id66 musicxml6.tmp#id142 musicxml261.tmp#id561
Type measure-numbering
Type hierarchy
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
relative-x tenths optional
relative-y tenths optional
Source
<xs:element name="measure-numbering" type="measure-numbering" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element print/part-name-display
Namespace No namespace
Diagram
Diagram musicxml4.tmp#id138 musicxml5.tmp#id252 musicxml5.tmp#id253 musicxml5.tmp#id251
Type name-display
Properties
content: complex
minOccurs: 0
Model (display-text | accidental-text)
Children accidental-text, display-text
Instance
<part-name-display print-object="">
  <display-text color="" default-x="" default-y="" dir="" enclosure="" font-family="" font-size="" font-style="" font-weight="" halign="" justify="" lang="" letter-spacing="" line-height="" line-through="" overline="" relative-x="" relative-y="" rotation="" underline="" valign="">{1,1}</display-text>
  <accidental-text>{1,1}</accidental-text>
</part-name-display>
Attributes
QName Type Fixed Default Use Annotation
print-object yes-no optional
Source
<xs:element name="part-name-display" type="name-display" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element print/part-abbreviation-display
Namespace No namespace
Diagram
Diagram musicxml4.tmp#id138 musicxml5.tmp#id252 musicxml5.tmp#id253 musicxml5.tmp#id251
Type name-display
Properties
content: complex
minOccurs: 0
Model (display-text | accidental-text)
Children accidental-text, display-text
Instance
<part-abbreviation-display print-object="">
  <display-text color="" default-x="" default-y="" dir="" enclosure="" font-family="" font-size="" font-style="" font-weight="" halign="" justify="" lang="" letter-spacing="" line-height="" line-through="" overline="" relative-x="" relative-y="" rotation="" underline="" valign="">{1,1}</display-text>
  <accidental-text>{1,1}</accidental-text>
</part-abbreviation-display>
Attributes
QName Type Fixed Default Use Annotation
print-object yes-no optional
Source
<xs:element name="part-abbreviation-display" type="name-display" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type print
Namespace No namespace
Annotations
The print type contains general printing parameters, including the layout elements defined in the layout.mod file. The part-name-display and part-abbreviation-display elements used in the score.mod file may also be used here to change how a part name or abbreviation is displayed over the course of a piece. They take effect when the current measure or a succeeding measure starts a new system.
	
Layout elements in a print statement only apply to the current page, system, staff, or measure. Music that follows continues to take the default values from the layout included in the defaults element.
Diagram
Diagram musicxml196.tmp#id190 musicxml116.tmp#id564 musicxml116.tmp#id578 musicxml116.tmp#id584 musicxml116.tmp#id563 musicxml197.tmp#id588 musicxml197.tmp#id589 musicxml197.tmp#id590 musicxml197.tmp#id591
Used by
Model page-layout{0,1} , system-layout{0,1} , staff-layout* , measure-layout{0,1} , measure-numbering{0,1} , part-name-display{0,1} , part-abbreviation-display{0,1}
Children measure-layout, measure-numbering, page-layout, part-abbreviation-display, part-name-display, staff-layout, system-layout
Attributes
QName Type Fixed Default Use Annotation
blank-page xs:positiveInteger optional
new-page yes-no optional
new-system yes-no optional
page-number xs:token optional
staff-spacing tenths optional
Source
<xs:complexType name="print">
  <xs:annotation>
    <xs:documentation>The print type contains general printing parameters, including the layout elements defined in the layout.mod file. The part-name-display and part-abbreviation-display elements used in the score.mod file may also be used here to change how a part name or abbreviation is displayed over the course of a piece. They take effect when the current measure or a succeeding measure starts a new system. Layout elements in a print statement only apply to the current page, system, staff, or measure. Music that follows continues to take the default values from the layout included in the defaults element.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="layout"/>
    <xs:element name="measure-layout" type="measure-layout" minOccurs="0"/>
    <xs:element name="measure-numbering" type="measure-numbering" minOccurs="0"/>
    <xs:element name="part-name-display" type="name-display" minOccurs="0"/>
    <xs:element name="part-abbreviation-display" type="name-display" minOccurs="0"/>
  </xs:sequence>
  <xs:attributeGroup ref="print-attributes"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd