]> git.donarmstrong.com Git - lilypond.git/blob - input/test/notemode-chords.ly
Marked file for deletion, or just modified comments.
[lilypond.git] / input / test / notemode-chords.ly
1 \version "1.7.18"
2 \header{ texidoc = "
3 looks like an old file; probably DELETE. "}
4
5 \score{
6         \notes \transpose c c'{
7 % 1.1.53: @x@ syntax dropped
8 % if you want fingering, write chord explicitily eg << c-1 e-2 g-3 >>1
9 %               @c1@ @c-7@ @c-7^5@-1-3
10                 \chords { c1 c:7 c:7^5 }
11         }
12         \paper { raggedright=##t}
13 }
14 %% new-chords-done %%