LEFT | RIGHT |
(no file at all) | |
1 | 1 |
2 \version "2.17.6" | 2 \version "2.17.6" |
3 \header { | 3 \header { |
4 | 4 |
5 texidoc = "It is possible to associate | 5 texidoc = "It is possible to associate |
6 fingerings uniquely with notes. This makes it possible to add | 6 fingerings uniquely with notes. This makes it possible to add |
7 horizontal fingerings to notes. Fingering clears stems and flags | 7 horizontal fingerings to notes. Fingering defaults to not clearing |
8 if @code{'add-stem-support} is set. | 8 flags and stems unless there is a collision or a beam. |
9 " | 9 " |
10 | 10 |
11 } | 11 } |
12 \layout { ragged-right= ##t } | 12 \layout { ragged-right= ##t } |
13 | 13 |
14 | 14 |
15 | 15 |
16 \relative c'{ | 16 \relative c'{ |
17 \set fingeringOrientations = #'(left) | 17 \set fingeringOrientations = #'(left) |
18 < c-1 e-2 g-3 b-5 > 4 | 18 < c-1 e-2 g-3 b-5 > 4 |
(...skipping 19 matching lines...) Expand all Loading... |
38 | 38 |
39 \set fingeringOrientations = #'(right) | 39 \set fingeringOrientations = #'(right) |
40 < c-1 e-2 g-3 b-5 > 8 | 40 < c-1 e-2 g-3 b-5 > 8 |
41 | 41 |
42 } | 42 } |
43 | 43 |
44 | 44 |
45 | 45 |
46 | 46 |
47 | 47 |
LEFT | RIGHT |