6 Text and Lyrics

In Advanced GUIDO, arbitrary voice- and pagetext and lyrics can be specified. The \text tag is used to place arbitrary text at the current position within a voice. The \lyrics tag is used to specify complete lyrics for a melody. To place text at arbitrary positions on the page, use the \pagetext tag. Specialized versions of the \pagetext tag are the \title and \composer tags.

6.1 \text

This (purley graphical) tag places a text in the score. The text tag can be used either with or without ranges. When used with a range, the text is placed relative to position of the first event within the range. The spacing of the musical symbols following the range is adjusted, so that the text is printed completly within the range. When used without a range, the text is placed relative to the current time position. In this case, spacing is not adjusted and the current drawing position is not changed.

Parameters: (in the order of their default positions)

Range: optional; if a range is specified, the current position is the reference position of the first event in the range.

Remarks:

Examples:

6.2 \pageText

The purley graphcial \pageText tag is used to place text at arbitrary positions on the page. It is not dependant on the current time position or drawing position.

Parameters: (in the order of their default positions)

Range: none.

Remarks:

Examples:

6.3 \composer

This tag specifies the composer of the piece and the position of this information on the current page.

Parameters (in the order of their default positions):

Range: none

Remarks:

Examples:

        ...

6.4 \title

This tag specifies the title of the piece and its position on the current page.

\title<text,adjust,dx,dy,font,size>

Parameters (in the order of their default positions):

Range: none

Remarks:

Examples:

        ...

6.5 \lyrics

The \lyrics tag specifies lyrics belonging to voices. The \lyrics tag can be used to define complete verses for a voice at one place in the GUIDO description and not breaking the text into subsequent \text tags associated with events.

Parameters: (in the order of their default positions)

Range: none.

Remarks:

Examples:

{ [ \lyrics<text="The green-<1> fox jumps o-ver_ the bridge", stanza=1,dx=0,dy=0,font="Helvetica",fontsize=10pt> c d/8 e f g e \mark<1> f/4 d c/8 d e f/4 c/2 ] }