]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fingering.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / fingering.ly
1 \version "2.14.0"
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 c' {
12   c4-4
13   <c-1 f-4>
14   < c-1 e-2 g-3  b-4 >
15 }
16
17
18