]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fingering.ly
5f4f2fef21cd6dab498473cef39168cef3cc6a32
[lilypond.git] / input / regression / fingering.ly
1
2 \version "2.6.0"
3 \header {
4
5 texidoc = "Automatic fingering tries to put fingering instructions
6 next to noteheads.
7 "
8 }
9
10     \layout { raggedright= ##t }
11
12
13 \score {
14
15  \relative c' {
16  c4-4
17   <c-1 f-4>
18   < c-1 e-2 g-3  b-4 >
19 }}
20  
21
22