[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < Dots ] | [ Up : All layout objects ] | [ DoublePercentRepeatCounter > ] |
3.1.44 DoublePercentRepeat
A double-percent symbol for
repeating two bars. See also DoublePercentRepeatCounter
,
PercentRepeat
, DoubleRepeatSlash
, and
RepeatSlash
.
DoublePercentRepeat
objects are created by the following engraver(s): Double_percent_repeat_engraver
.
Standard settings:
break-align-symbol
(symbol):
'staff-bar
This key is used for aligning, ordering, and spacing breakable items. See break-alignment-interface.
break-visibility
(vector): #(#t #t #f)A vector of 3 booleans,
#(end-of-line unbroken begin-of-line)
.#t
means visible,#f
means killed.dot-negative-kern
(number):
0.75
The space to remove between a dot and a slash in percent repeat glyphs. Larger values bring the two elements closer together.
font-encoding
(symbol):
'fetaMusic
The font encoding is the broadest category for selecting a font. Currently, only lilypond’s system fonts (Emmentaler) are using this property. Available values are
fetaMusic
(Emmentaler),fetaBraces
,fetaText
(Emmentaler).non-musical
(boolean):
#t
True if the grob belongs to a
NonMusicalPaperColumn
.slash-negative-kern
(number):
1.6
The space to remove between slashes in percent repeat glyphs. Larger values bring the two elements closer together.
slope
(number):
1.0
The slope of this object.
stencil
(stencil):
ly:percent-repeat-interface::double-percent
The symbol to print.
thickness
(number):
0.48
For grobs made up of lines, this is the thickness of the line. For slurs and ties, this is the distance between the two arcs of the curve’s outline at its thickest point, not counting the diameter of the virtual “pen” that draws the arcs. This property is expressed as a multiple of the current staff-line thickness (i.e., the visual output is influenced by changes to
Staff.StaffSymbol.thickness
).Y-extent
(pair of numbers):
#<unpure-pure-container #<procedure ly:grob::stencil-height (_)> >
Extent (size) in the Y direction, measured in staff-space units, relative to object’s reference point.
This object supports the following interface(s):
break-aligned-interface
, font-interface
, grob-interface
, item-interface
and percent-repeat-interface
.
This object is of class Item (characterized by item-interface
).
[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < Dots ] | [ Up : All layout objects ] | [ DoublePercentRepeatCounter > ] |