]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/finger-chords.ly
b0d1526d6a99c3fba00d3dbd8b3f6d4903e06dbe
[lilypond.git] / input / regression / finger-chords.ly
1 \header {
2
3 texidoc = "With the new chord syntax it's possible to associate
4 fingerings uniquely with notes. This makes horizontal fingering much
5 easier to process."
6
7 }
8
9 \score {
10     \notes \relative c'{
11         <<g_0>> 4
12         <<g_1>> 4
13         <<c''^5>> 4
14         <<e,^6>> 4
15         <<f,_1>> 4
16         << c-1 e-3>> 4
17         << c-1  e-3 g-5 >> 4
18         << c-1  e-2 g-3 b-5 >> 4
19         \property Voice.fingersHorizontal = ##t
20         << c-1  e-3 g-5 >> 4
21         \property Voice.fingersHorizontal = ##t
22         << c-1  e-2 g-3 b-5 >> 4
23         
24 }
25
26 }
27
28 %% new-chords-done %%
29 %% new-chords-done %%
30 %% new-chords-done %%