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