]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fingering.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / fingering.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Automatic fingering tries to put fingering instructions
5 next to noteheads.
6 "
7 }
8
9 \layout { ragged-right= ##t }
10
11 \relative {
12   c'4-4
13   <c-1 f-4>
14   < c-1 e-2 g-3  b-4 >
15 }
16
17
18