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