Node:spaceable-grob-interface, Next:, Previous:slur-interface, Up:Graphical Object Interfaces



spaceable-grob-interface

A grob (a Paper_column) that takes part in the spacing problem.


ideal-distances (list)
(OBJ . (DIST . STRENGTH)) pairs.
left-neighbors (list of grobs)
List of spacing-wish grobs that are close to the current column.

The closest spacing-wishes determine the actual distances between the columns.

measure-length (moment)
Length of a measure. Used in some spacing situations.
minimum-distances (list)
list of rods (ie. (OBJ . DIST) pairs).
penalty (number)
Penalty for breaking at this column. 10000 or more means forbid linebreak, -10000 or less means force linebreak. Other values influence linebreaking decisions as a real penalty.
right-neighbors (list of grobs)
see left-neighbors
spacing-wishes (list of grobs)
List of note spacing or staff spacing objects.

This grob interface is used in the following graphical objects: PaperColumn and NonMusicalPaperColumn


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

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