Jump to content

Creating double-digit fingerings

From LilyPond wiki

Creating fingerings larger than 5 is possible.

\version "2.24.0"

\relative c' {
  c1-10
  c1-50
  c1-36
  c1-29
}