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