]> git.donarmstrong.com Git - lilypond.git/blob - input/test/notemode-chords.ly
72ceafe6a4d2395cc93410439d732790a17d9610
[lilypond.git] / input / test / notemode-chords.ly
1 \version "1.7.16"
2
3
4 \score{
5         \notes \transpose c c'{
6 % 1.1.53: @x@ syntax dropped
7 % if you want fingering, write chord explicitily eg << c-1 e-2 g-3 >>1
8 %               @c1@ @c-7@ @c-7^5@-1-3
9                 \chords { c1 c:7 c:7^5 }
10         }
11
12 }
13 %% new-chords-done %%