text element

Modules

Description

To mark textual objects on a score.

Syntax

Syntax: text element
Start Content End
Tag Attribute Value    
<text some attribute= "xxx">   </text>

Attributes

Examples

In this example the text "Andante" appears in the song. Its style, such as exact position, font features, etc, is contained in a style sheet called "ABC".

<song>
    <notation>
      <text style="ABC">Andante</text>
    </notation>
...
</song>

© 1999, 2000 Author: Jacques Steyn