The print-object attribute specifies whether or not to print an object (e.g. a note or a rest). It is yes by default. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
print-object | yes-no | optional |
Attribute Groups | part-name-text, printout |
Complex Types | bass-alter, clef, degree, ending, harmonic, harmony, key, name-display, other-direction, other-notation, root-alter, staff-details, time |
<xs:attributeGroup name="print-object"> <xs:annotation> <xs:documentation>The print-object attribute specifies whether or not to print an object (e.g. a note or a rest). It is yes by default.</xs:documentation> </xs:annotation> <xs:attribute name="print-object" type="yes-no"/> </xs:attributeGroup> |