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


TimeSignature

TimeSignature objects are created by: Time_signature_engraver

Standard settings:

stencil (unknown):
ly:time-signature::print

The symbol to print.

break-align-symbol (symbol):
'time-signature

This key is used for aligning and spacing breakable items.

break-visibility (vector):
#(#t #t #t)

A vector of 3 booleans, #(end-of-line unbroken begin-of-line). #t means visible, #f means killed.

avoid-slur (symbol):
'inside

Method of handling slur collisions. Choices are around, inside, outside. If unset, script and slur ignore eachother.

space-alist (list):
'((first-note fixed-space . 2.0) (right-edge extra-space . 0.5) (staff-bar minimum-space . 2.0))

A table that specifies distances between prefatory items, like clef and time-signature. The format is an alist of spacing tuples: (break-align-symbol type . distance), where type can be the symbols minimum-space or extra-space.

non-musical (boolean):
#t

True if the grob belongs in a NonMusicalPaperColumn.

style (symbol):
'C

This setting determines in what style a grob is typeset. Valid choices depend on the stencil callback reading this property.

This object supports the following interfaces: time-signature-interface, item-interface, font-interface, break-aligned-interface and grob-interface


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

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

Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.