* input/regression/ambitus.ly: move file.
[lilypond.git] / input / regression / finger-chords.ly
blob4df28235faeb3fc40bf946ed2969a43954805173
1 \version "1.7.6"
2 \header {
4 texidoc = "With the new chord syntax it's possible to associate
5 fingerings uniquely with notes. This makes horizontal fingering much
6 easier to process."
10 \score {
11 \notes \relative c'{
12 <<g_0>> 4
13 <<g_1>> 4
14 <<c''^5>> 4
15 <<e,^6>> 4
16 <<f,_1>> 4
17 << c-1 e-3>> 4
18 << c-1 e-3 g-5 >> 4
19 << c-1 e-2 g-3 b-5 >> 4
20 \property Voice.fingerHorizontalDirection = #LEFT
21 << c-1 es-3 g-5 >> 4
22 \property Voice.fingerHorizontalDirection = #RIGHT
23 << c-1 e-2 g-3 b-5 >> 4-\arpeggio
24 \property Voice.fingerHorizontalDirection = #LEFT
25 << c_1 e-2 g-3 b^5 >> 4
31 %% new-chords-done %%
32 %% new-chords-done %%
33 %% new-chords-done %%