]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fingering.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / fingering.ly
1
2 \version "2.1.26"
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