[ << Translation ] | [Top][Contents][Index] | [ Backend >> ] |
[ < Drum_notes_engraver ] | [ Up : Engravers and Performers ] | [ Dynamic_align_engraver > ] |
2.2.40 Duration_line_engraver
Engraver to print a line representing the duration of a rhythmic event like
NoteHead
, NoteColumn
or Rest
.
Music types accepted:
duration-line-event
Properties (read)
currentCommandColumn
(graphical (layout) object)Grob that is X-parent to all current breakable items (clef, key signature, etc.).
currentMusicalColumn
(graphical (layout) object)Grob that is X-parent to all non-breakable items (note heads, lyrics, etc.).
endAtSkip
(boolean)End
DurationLine
grob onskip-event
startAtNoteColumn
(boolean)Start
DurationLine
grob at entireNoteColumn
.startAtSkip
(boolean)Start
DurationLine
grob atskip-event
.
This engraver creates the following layout object(s):
DurationLine
.
Duration_line_engraver
is not part of any context