The print-style attribute group collects the most popular combination of printing attributes: position, font, and color. |
QName | Type | Fixed | Default | Use | Inheritable | 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 |
Attribute Groups | group-name-text, part-name-text, text-formatting |
Complex Types | accidental, accidental-mark, accordion-registration, bass-alter, bass-step, bend, clef, degree-alter, degree-type, degree-value, dynamics, empty-line, empty-placement, empty-print-style, empty-trill-sound, ending, fermata, figured-bass, fingering, glissando, hammer-on-pull-off, harmonic, harmony, harp-pedals, inversion, key, kind, measure-numbering, metronome, octave-shift, other-direction, other-notation, pedal, placement-text, rehearsal, root-alter, root-step, slide, string, style-text, time, tremolo |
Element | attributes/directive |
<xs:attributeGroup name="print-style"> <xs:annotation> <xs:documentation>The print-style attribute group collects the most popular combination of printing attributes: position, font, and color.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="position"/> <xs:attributeGroup ref="font"/> <xs:attributeGroup ref="color"/> </xs:attributeGroup> |