Next: Hidden notes, Previous: Selecting notation font size, Up: Inside the staff
Fingering instructions can be entered using note-digit:
c4-1 d-2 f-4 e-3
Use markup texts for finger changes.
c4-1 d-2 f-4 c^\markup { \finger "2 - 3" }
You can use the thumb-script (e.g., in cello music)to indicate that a note should be played with the thumb.
<a_\thumb a'-3>8 <b_\thumb b'-3>
Fingerings for chords can also be added to individual notes of the chord by adding them after the pitches.
< c-1 e-2 g-3 b-5 >2 < d-1 f-2 a-3 c-5 >
fingeringOrientations
are used to control where the fingering
numbers are placed.
\set fingeringOrientations = #'(left) <c-1 e-3 a-5 > 4 \set fingeringOrientations = #'(down) <c-1 e-3 a-5 > \set fingeringOrientations = #'(right) <c-1 e-3 a-5 > \set fingeringOrientations = #'(up) <c-1 e-3 a-5 > \set fingeringOrientations = #'(left down) <c-1 e-3 a-5 > 2 \set fingeringOrientations = #'(up right down) <c-1 e-3 a-5 >
Snippets: Editorial .
Internals Reference: Fingering.
Next: Hidden notes, Previous: Selecting notation font size, Up: Inside the staff
This page is for LilyPond-2.11.40 (development-branch).
Report errors to http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.
Your suggestions for the documentation are welcome.