justify

The justify attribute is used to indicate left, center, or right justification. The default value varies for different elements.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
justify left-center-right optional

Used By

Attribute Groups group-name-text, part-name-text, text-formatting
Complex Type lyric

Source

<xs:attributeGroup name="justify">
  <xs:annotation>
    <xs:documentation>The justify attribute is used to indicate left, center, or right justification. The default value varies for different elements.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="justify" type="left-center-right"/>
</xs:attributeGroup>