]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/fingering.ly
* lily/lily-guile.cc (type_check_assignment): if
[lilypond.git] / input / regression / fingering.ly
1 \version "1.5.68"
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