| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < FingeringColumn ] | [ Up: All layout objects ] | [ Footnote > ] |
3.1.55 Flag
A flag (in the musical sense).
Flag objects are created by the following engraver(s): Stem_engraver.
Standard settings:
color(color):
#<procedure at lily/output-lib.scm:1702:0 (grob)>The color of this grob.
glyph-name(string):
ly:flag::glyph-nameThe glyph name within the font.
In the context of (span) bar lines or clefs, glyph-name represents a processed form of
glyph, where decisions about line breaking, etc., are already taken.stencil(stencil):
ly:flag::printThe symbol to print.
transparent(boolean):
#<procedure at lily/output-lib.scm:1702:0 (grob)>This makes the grob invisible.
vertical-skylines(pair of skylines):
#<unpure-pure-container ly:grob::vertical-skylines-from-stencil >Two skylines, one above and one below this grob.
X-extent(pair of numbers):
ly:flag::widthExtent (size) in the X direction, measured in staff-space units, relative to object’s reference point.
X-offset(number):
ly:flag::calc-x-offsetThe horizontal amount that this object is moved relative to its X-parent.
Note that many objects have special positioning considerations, which cause any setting of
X-offsetto be ignored or modified, even though the object supports theself-alignment-interface.Y-extent(pair of numbers):
#<unpure-pure-container ly:grob::stencil-height >Extent (size) in the Y direction, measured in staff-space units, relative to object’s reference point.
Y-offset(number):
#<unpure-pure-container ly:flag::calc-y-offset ly:flag::pure-calc-y-offset >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-offsetto be ignored or modified, even though the object supports theself-alignment-interface.
This object supports the following interface(s):
flag-interface, font-interface, grob-interface and item-interface.
This object is of class Item (characterized by item-interface).
| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < FingeringColumn ] | [ Up: All layout objects ] | [ Footnote > ] |