]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/expressive/fingering-chords.ly
Add warning for LSR files.
[lilypond.git] / input / lsr / expressive / fingering-chords.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 With the new chord syntax, it is possible to associate fingerings
6 uniquely with notes. This makes it possible to add horizontal
7 fingerings to notes.
8 " }
9
10 \layout { ragged-right= ##t }
11
12
13
14 \relative c'{
15   \set fingeringOrientations = #'(left)
16   < c-1  e-2 g-3 b-5 > 4
17
18   \set fingeringOrientations = #'(down left)
19   < c-1  e-2 g-3 b-5 > 4
20
21   \set fingeringOrientations = #'(down left up)
22   < c-1  e-2 g-3 b-5 > 4
23
24   \once \override Fingering  #'staff-padding = #'()
25   < c-1  e-2 g-3 b-5 > 4
26
27   \set fingeringOrientations = #'(up left)
28   < c-1  e-2 g-3 b-5 > 4
29
30   \set fingeringOrientations = #'(right)
31   < c-1  e-2 g-3 b-5 > 4
32
33 }