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