[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < multi-measure-interface ] | [ Up : Graphical Object Interfaces ] | [ multi-measure-rest-number-interface > ] |
3.2.94 multi-measure-rest-interface
A rest that spans a whole number of measures.
User-settable properties:
bound-padding
(number)The amount of padding to insert around spanner bounds.
expand-limit
(integer)Maximum number of measures expanded in church rests.
hair-thickness
(number)Thickness of the thin line in a bar line, expressed as a multiple of the default staff-line thickness (i.e., the visual output is not influenced by changes to
Staff.StaffSymbol.thickness
).max-symbol-separation
(number)The maximum distance between symbols making up a church rest.
measure-count
(integer)The number of measures for a multi-measure rest.
minimum-length
(dimension, in staff space)Try to make a spanner at least this long, normally in the horizontal direction. This requires an appropriate callback for the
springs-and-rods
property. If added to aTie
, this sets the minimum distance between noteheads.round-up-exceptions
(list)A list of pairs where car is the numerator and cdr the denominator of a moment. Each pair in this list means that the multi-measure rests of the corresponding length will be rounded up to the longer rest. See round-up-to-longer-rest.
round-up-to-longer-rest
(boolean)Displays the longer multi-measure rest when the length of a measure is between two values of
usable-duration-logs
. For example, displays a breve instead of a whole in a 3/2 measure.spacing-pair
(pair)A pair of alignment symbols which set an object’s spacing relative to its left and right
BreakAlignment
s.For example, a
MultiMeasureRest
will ignore prefatory items at its bounds (i.e., clefs, key signatures and time signatures) using the following override:\override MultiMeasureRest.spacing-pair = #'(staff-bar . staff-bar)thick-thickness
(number)Thickness of the thick line in a bar line, expressed as a multiple of the default staff-line thickness (i.e., the visual output is not influenced by changes to
Staff.StaffSymbol.thickness
).usable-duration-logs
(list)List of
duration-log
s that can be used in typesetting the grob.
Internal properties:
space-increment
(dimension, in staff space)The amount by which the total duration of a multimeasure rest affects horizontal spacing. Each doubling of the duration adds
space-increment
to the length of the bar.
This grob interface is used in the following graphical object(s): MultiMeasureRest
and PercentRepeat
.
[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < multi-measure-interface ] | [ Up : Graphical Object Interfaces ] | [ multi-measure-rest-number-interface > ] |