| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < GraceSpacing ] | [ Up: All layout objects ] | [ GridLine > ] |
3.1.60 GridChordName
A chord name in a chord grid.
GridChordName objects are created by the following engraver(s): Grid_chord_name_engraver.
Standard settings:
font-family(symbol):
'sansThe font family is the broadest category for selecting text fonts. Options include
serif,sansandtypewriter.font-size(number):
1.5The font size, compared to the ‘normal’ size.
0is style-sheet’s normal size,-1is smaller,+1is bigger. Each step of 1 is approximately 12% larger; 6 steps are exactly a factor 2 larger. If the context propertyfontSizeis set, its value is added to this before the glyph is printed. Fractional values are allowed.stencil(stencil):
ly:text-interface::printThe symbol to print.
word-space(dimension, in staff space):
0.0Space to insert between words in texts.
X-offset(number):
#<procedure at lily/output-lib.scm:3730:0 (grob)>The 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-offset(number):
#<procedure at lily/output-lib.scm:3730:0 (grob)>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):
accidental-switch-interface, font-interface, grid-chord-name-interface, grob-interface, spanner-interface and text-interface.
This object is of class Spanner (characterized by spanner-interface).
| [ << Backend ] | [Top][Contents][Index] | [ Scheme functions >> ] |
[ < GraceSpacing ] | [ Up: All layout objects ] | [ GridLine > ] |