spaceable-grob-interface
A layout object that takes part in the spacing problem.
User settable properties:
allow-outside-line
(boolean)- If set, allow this column to
things sticking into the margin.
measure-length
(moment)- Length of a
measure. Used in some spacing situations.
penalty
(number)- Penalty for line break at
this column. 10000 or more means forbid line break, -10000 or less
means force line break. Other values influence line breaking decisions
as a real penalty.
Internal properties:
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.
minimum-distances
(list)- list of rods, that have the format (obj . dist).
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: NonMusicalPaperColumn and PaperColumn
Read comments on this page, or
add one.
This page is for LilyPond-2.5.11 (development-branch).
Report errors to <bug-lilypond@gnu.org>.