[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < RepeatTieColumn ] | [ Up : All layout objects ] | [ RestCollision > ] |
3.1.109 Rest
An ordinary rest. See also
MultiMeasureRest
.
Rest
objects are created by the following engraver(s): Completion_rest_engraver
and Rest_engraver
.
Standard settings:
duration-log
(integer):
stem::calc-duration-log
The 2-log of the note head duration, i.e.,
0
= whole note,1
= half note, etc.minimum-distance
(dimension, in staff space):
0.25
Minimum distance between rest and notes or beam.
parenthesis-friends
(list): '(dot)A list of Grob types, as symbols. When parentheses enclose a Grob that has ’parenthesis-friends, the parentheses widen to include any child Grobs with type among ’parenthesis-friends.
stencil
(stencil):
ly:rest::print
The symbol to print.
vertical-skylines
(pair of skylines):
#<unpure-pure-container #<procedure ly:grob::vertical-skylines-from-stencil (_)> #<procedure ly:grob::pure-simple-vertical-skylines-from-extents (_ _ _)> >
Two skylines, one above and one below this grob.
voiced-position
(number):
4
The staff position of a voiced
Rest
, negative if the rest hasdirection
DOWN
.X-extent
(pair of numbers):
ly:rest::width
Extent (size) in the X direction, measured in staff-space units, relative to object’s reference point.
Y-extent
(pair of numbers):
#<unpure-pure-container #<procedure ly:rest::height (_)> #<procedure ly:rest::pure-height (_ _ _)> >
Extent (size) in the Y direction, measured in staff-space units, relative to object’s reference point.
Y-offset
(number):
#<unpure-pure-container #<procedure ly:rest::y-offset-callback (_)> >
The vertical amount that this object is moved relative to its Y-parent.
Note that many objects have special positioning considerations, which cause any setting of
Y-offset
to be ignored or modified, even though the object supports theself-alignment-interface
.
This object supports the following interface(s):
font-interface
, grob-interface
, item-interface
, rest-interface
, rhythmic-grob-interface
, rhythmic-head-interface
and staff-symbol-referencer-interface
.
This object is of class Item (characterized by item-interface
).
[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < RepeatTieColumn ] | [ Up : All layout objects ] | [ RestCollision > ] |