[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < slur-interface ] | [ Up : Graphical Object Interfaces ] | [ spacing-interface > ] |
3.2.131 spaceable-grob-interface
A layout object that takes part in the spacing problem.
User-settable properties:
allow-loose-spacing
(boolean)If set, column can be detached from main spacing.
keep-inside-line
(boolean)If set, this column cannot have objects sticking into the margin.
measure-length
(positive moment with no grace part)Length of a measure. Used in some spacing situations.
Internal properties:
ideal-distances
(list)
(obj . (dist . strength))
pairs.left-neighbor
(graphical (layout) object)A grob similar to this one, on its left. For columns, the right-most column that has a spacing wish for this column.
minimum-distances
(list)A list of rods that have the format
(obj . dist)
.right-neighbor
(graphical (layout) object)See
left-neighbor
.spacing-wishes
(array of grobs)An array of note spacing or staff spacing objects.
This grob interface is used in the following graphical object(s): NonMusicalPaperColumn
and PaperColumn
.