The chord font that applies to this line. Is derived from the directives:
chordfont
, chordsize
and chordcolour
See: https://www.chordpro.org/chordpro/directives-props_chord_legacy/
The items (ChordLyricsPair or Tag or Comment) of which the line consists
The text font that applies to this line. Is derived from the directives:
textfont
, textsize
and textcolour
See: https://www.chordpro.org/chordpro/directives-props_text_legacy/
The line type, This is set by the ChordProParser when it read tags like {start_of_chorus} or {start_of_verse} It uses the following mapping to determine the line type from directives:
start_of_abc
=> ABCstart_of_bridge
=> BRIDGEstart_of_chorus
=> CHORUSstart_of_grid
=> GRIDstart_of_ly
=> LILYPONDstart_of_tab
=> TABstart_of_verse
=> VERSEThere are two special cases:
Adds an item (ChordLyricsPair or Tag) to the line
The item to be added
Returns a deep copy of the line and all of its items
Indicates whether the line contains items that are renderable. Please use hasRenderableItems
Indicates whether the line contains items that are renderable
Indicates whether the line type is BRIDGE
Indicates whether the line type is CHORUS
Indicates whether the line contains any items
Indicates whether the line type is GRID
Indicates whether the line type is PART
Indicates whether the line type is TAB
Indicates whether the line type is VERSE
Represents a line in a chord sheet, consisting of items of type ChordLyricsPair or Tag