[ << Translation ] | [Top][Contents][Index] | [ Backend >> ] |
[ < Multi_measure_rest_engraver ] | [ Up : Engravers and Performers ] | [ Non_musical_script_column_engraver > ] |
2.2.92 New_fingering_engraver
Create fingering scripts for notes in a new chord. This engraver is ill-named, since it also takes care of articulations and harmonic note heads.
Properties (read)
fingeringOrientations
(list)A list of symbols, containing ‘left’, ‘right’, ‘up’ and/or ‘down’. This list determines where fingerings are put relative to the chord being fingered.
harmonicDots
(boolean)If set, harmonic notes in dotted chords get dots.
stringNumberOrientations
(list)See
fingeringOrientations
.strokeFingerOrientations
(list)See
fingeringOrientations
.
This engraver creates the following layout object(s):
Fingering
, Script
, StringNumber
and StrokeFinger
.
New_fingering_engraver
is part of the following context(s) in \layout
: CueVoice
, GregorianTranscriptionVoice
, KievanVoice
, MensuralVoice
, PetrucciVoice
, StandaloneRhythmVoice
, VaticanaVoice
and Voice
.