[ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < fingering-column-interface ] | [ Up : Graphical Object Interfaces ] | [ font-interface > ] |
3.2.50 flag-interface
A flag that gets attached to a stem. The style
property is a symbol
determining what style of flag glyph is typeset on a Stem
grob. Valid
options include '()
(for standard flags), 'mensural
,
'stacked
, and 'no-flag
(which switches off the flag).
User-settable properties:
glyph-name
(string)The 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.stroke-style
(string)Set to
"grace"
to turn stroke through flag on.style
(symbol)This setting determines in what style a grob is typeset. Valid choices depend on the
stencil
callback reading this property.
This grob interface is used in the following graphical object(s): Flag
.