printout

The printout attribute group collects the different controls over printing an object (e.g. a note or rest) and its parts, including augmentation dots and lyrics. This is especially useful for notes that overlap in different voices, or for chord sheets that contain lyrics and chords but no melody.

By default, all these attributes are set to yes. If print-object is set to no, the print-dot and print-lyric attributes are interpreted to also be set to no if they are not present.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
print-dot yes-no optional
print-lyric yes-no optional
print-object yes-no optional
print-spacing yes-no optional

Used By

Complex Types figured-bass, note

Source

<xs:attributeGroup name="printout">
  <xs:annotation>
    <xs:documentation>The printout attribute group collects the different controls over printing an object (e.g. a note or rest) and its parts, including augmentation dots and lyrics. This is especially useful for notes that overlap in different voices, or for chord sheets that contain lyrics and chords but no melody. By default, all these attributes are set to yes. If print-object is set to no, the print-dot and print-lyric attributes are interpreted to also be set to no if they are not present.</xs:documentation>
  </xs:annotation>
  <xs:attributeGroup ref="print-object"/>
  <xs:attribute name="print-dot" type="yes-no"/>
  <xs:attributeGroup ref="print-spacing"/>
  <xs:attribute name="print-lyric" type="yes-no"/>
</xs:attributeGroup>