]> git.donarmstrong.com Git - lilypond.git/blob - input/test/notemode-chords.ly
a61dc2ccfa78f70b488591b32d5944ad6cd016ab
[lilypond.git] / input / test / notemode-chords.ly
1 \version "1.7.18"
2 % looks like an old file; probably delete.
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         \paper { raggedright=##t}
12 }
13 %% new-chords-done %%