Node:Tab_note_heads_engraver, Next:, Previous:System_start_delimiter_engraver, Up:Engravers



Tab_note_heads_engraver

Generate one or more tablature noteheads from Music of type Note_req.

Music types accepted: busy-playing-event, string-number-event and note-event

Properties (read)


stringOneTopmost (boolean)
Whether the 1st string is printed on the top line of the tablature.
highStringOne (boolean)
Whether the 1st string is the string with highest pitch on the instrument (used by the automatic string selector).
tablatureFormat (procedure)
Function formatting a tab notehead; it takes a string number, a list of string tunings and Pitch object. It returns the text as a string.
minimumFret (number)
The tablature auto string-selecting mechanism selects the highest string with a fret not less than minimumFret
stringTunings (list)
The tablature strings tuning. Must be a list of the different semitons pitch of each string (starting by the lower one).
centralCPosition (number)
Place of the central C, measured in half staffspaces. Usually determined by looking at clefPosition and clefGlyph.
This engraver creates the following grobs: Dots and TabNoteHead.

Tab_note_heads_engraver is part of contexts: TabVoice


This page is for LilyPond-2.0.0 (stable-branch).

Report errors to <bug-lilypond@gnu.org>.