]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fingering.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[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     \paper { raggedright= ##t }
10
11
12 \score {
13
14  \notes\relative c' {
15  c4-4
16   <<c-1 f-4>>
17   << c-1 e-2 g-3  b-4 >>
18 }}
19  
20
21