]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/finger-chords.ly
add version everywhere.
[lilypond.git] / input / regression / finger-chords.ly
1 \version "1.7.6"
2 \header {
3
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."
7
8 }
9
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.fingersHorizontal = ##t
21         << c-1  e-3 g-5 >> 4
22         \property Voice.fingersHorizontal = ##t
23         << c-1  e-2 g-3 b-5 >> 4
24         
25 }
26
27 }
28
29 %% new-chords-done %%
30 %% new-chords-done %%
31 %% new-chords-done %%