Jump to content

How to add thumb fingerings: Difference between revisions

From LilyPond wiki
Import snippet from LSR
 
(No difference)

Latest revision as of 22:41, 26 October 2025

Special scripts can be entered for thumb fingerings (for example in cello music).

\version "2.24.0"

%% http://lsr.di.unimi.it/LSR/Item?id=415

%LSR modified by P.P.Schneider on Feb.2014 for v2.18

\relative c'' {
  a2_\thumb
  \override Fingering.add-stem-support = ##t
  <b_\thumb b'-3>
}