Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / finger-chords.ly
blob3b966ebd72703247ce18a11e5867f598c9fa7dc6
2 \version "2.10.0"
3 \header {
5 texidoc = "It is possible to associate
6 fingerings uniquely with notes. This makes it possible to add
7 horizontal fingerings to notes.
12 \layout { ragged-right= ##t }
16 \relative c'{
17 \set fingeringOrientations = #'(left)
18 < c-1 e-2 g-3 b-5 > 4
20 \set fingeringOrientations = #'(down left)
21 < c-1 e-2 g-3 b-5 > 4
23 \set fingeringOrientations = #'(down left up)
24 < c-1 e-2 g-3 b-5 > 4
26 \once \override Fingering #'staff-padding = #'()
27 < c-1 e-2 g-3 b-5 > 4
29 \set fingeringOrientations = #'(up left)
30 < c-1 e-2 g-3 b-5 > 4
32 \set fingeringOrientations = #'(right)
33 < c-1 e-2 g-3 b-5 > 4