Next: , Previous: DynamicLineSpanner, Up: All layout objects



DynamicText

DynamicText objects are created by: Dynamic_engraver

Standard settings:

Y-offset-callbacks (list):
'(#<primitive-procedure Self_alignment_interface::aligned_on_self>)

see X-offset-callbacks.

print-function (procedure):
Text_item::print

Function taking grob as argument, returning a Stencil object.

X-offset-callbacks (list):
'(#<primitive-procedure Self_alignment_interface::aligned_on_self> #<primitive-procedure Self_alignment_interface::centered_on_parent>)

A list of functions determining this objects' position relative to its parent. The last one in the list is called first. The functions take a grob and axis argument.

self-alignment-X (number):
0

Specify alignment of an object. The value -1 means left aligned, 0 centered, and 1 right-aligned in X direction. Values in between may also be specified.

no-spacing-rods (boolean):
#t

Items with this property do not cause spacing constraints.

script-priority (number):
100

A sorting key that determines in what order a script is within a stack of scripts.

font-series (symbol):
'bold

Select the series of a font. Choices include medium, bold, bold-narrow, etc.

font-encoding (symbol):
'dynamic

The font encoding is the broadest category for selecting a font. Options include: music, number, text, math, braces, dynamic

font-shape (symbol):
'italic

Select the shape of a font. Choices include upright, italic, caps.

self-alignment-Y (number):
0

like self-alignment-X but for Y axis.

This object supports the following interfaces: item-interface, script-interface, dynamic-interface, self-alignment-interface, text-interface, font-interface and grob-interface

Read comments on this page, or add one.

This page is for LilyPond-2.2.6 (stable-branch).

Report errors to <bug-lilypond@gnu.org>.