| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
| [ < MultiMeasureRestText ] | [ Up : All layout objects ] | [ NoteCollision > ] |
3.1.92 NonMusicalPaperColumn
An auxiliary grob grouping
non-musical items to handle the flexible horizontal space between
non-musical and musical columns. Grobs that have the property
non-musical set to #t belong to this column.
NonMusicalPaperColumn objects are created by: Paper_column_engraver.
Standard settings:
-
allow-loose-spacing(boolean): #tIf set, column can be detached from main spacing.
-
axes(list): '(0)
List of axis numbers. In the case of alignment grobs, this should contain only one number.
-
font-size(number): -7.5The font size, compared to the ‘normal’ size.
0is style-sheet’s normal size,-1is smaller,+1is bigger. Each step of 1 is approximately 12% larger; 6 steps are exactly a factor 2 larger. If the context propertyfontSizeis set, its value is added to this before the glyph is printed. Fractional values are allowed.-
full-measure-extra-space(number): 1.0Extra space that is allocated at the beginning of a measure with only one note. This property is read from the NonMusicalPaperColumn that begins the measure.
-
horizontal-skylines(pair of skylines): ly:separation-item::calc-skylinesTwo skylines, one to the left and one to the right of this grob.
-
keep-inside-line(boolean): #tIf set, this column cannot have objects sticking into the margin.
-
layer(integer): 1000An integer which determines the order of printing objects. Objects with the lowest value of layer are drawn first, then objects with progressively higher values are drawn, so objects with higher values overwrite objects with lower values. By default most objects are assigned a layer value of 1.
-
line-break-permission(symbol): 'allowInstructs the line breaker on whether to put a line break at this column. Can be
forceorallow.-
non-musical(boolean): #tTrue if the grob belongs to a
NonMusicalPaperColumn.-
page-break-permission(symbol): 'allowInstructs the page breaker on whether to put a page break at this column. Can be
forceorallow.-
X-extent(pair of numbers): ly:axis-group-interface::widthExtent (size) in the X direction, measured in staff-space units, relative to object’s reference point.
This object supports the following interface(s):
axis-group-interface, font-interface, grob-interface, item-interface, non-musical-paper-column-interface, paper-column-interface, separation-item-interface and spaceable-grob-interface.
This object is of class Paper_column (characterized by paper-column-interface).
| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
| [ < MultiMeasureRestText ] | [ Up : All layout objects ] | [ NoteCollision > ] |