[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < PhrasingSlur ] | [ Up : All layout objects ] | [ RehearsalMark > ] |
3.1.79 PianoPedalBracket
PianoPedalBracket objects are created by: Piano_pedal_engraver.
Standard settings:
stencil
(unknown):
ly:piano-pedal-bracket::print
The symbol to print.
style
(symbol):
'line
This setting determines in what style a grob is typeset. Valid choices depend on the
stencil
callback reading this property.bound-padding
(number):
1.0
The amount of padding to insert around spanner bounds.
direction
(direction):
-1
If
side-axis
is0
(or#X
), then this property determines whether the object is placed#LEFT
,#CENTER
or#RIGHT
with respect to the other object. Otherwise, it determines whether the object is placed#UP
,#CENTER
or#DOWN
. Numerical values may also be used:#UP
=1
,#DOWN
=-1
,#LEFT
=-1
,#RIGHT
=1
,#CENTER
=0
.bracket-flare
(pair of numbers):
'(0.5 . 0.5)
A pair of numbers specifying how much edges of brackets should slant outward. Value
0.0
means straight edges.edge-height
(pair):
'(1.0 . 1.0)
A pair of numbers specifying the heights of the vertical edges:
(left-height . right-height)
.shorten-pair
(pair of numbers):
'(0.0 . 0.0)
The lengths to shorten a text-spanner on both sides, for example a pedal bracket. Positive values shorten the text-spanner, while negative values lengthen it.
thickness
(number):
1.0
Line thickness, generally measured in
line-thickness
.
This object supports the following interface(s): spanner-interface, piano-pedal-interface, piano-pedal-bracket-interface, line-interface and grob-interface.
[ << Backend ] | [Top][Contents][Index][ ? ] | [ Scheme functions >> ] | ||
[ < PhrasingSlur ] | [ Up : All layout objects ] | [ RehearsalMark > ] |