]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/notemode-chords.ly
update syntax in .ly files.
[lilypond.git] / input / test / notemode-chords.ly
index 37d6c8ac296631231234f76931b98b0f94d647c2..6950345dcc7e1cfb48536a0bc894ac80fa899b58 100644 (file)
@@ -1,8 +1,13 @@
-\version "1.0.20";
+\version "1.7.6"
+
 
 \score{
-       \notes \transpose c''{
-               @c1@ @c-7@ @c-7^5@-1-3
+       \notes \transpose c c'{
+% 1.1.53: @x@ syntax dropped
+% if you want fingering, write chord explicitily eg << c-1 e-2 g-3 >>1
+%              @c1@ @c-7@ @c-7^5@-1-3
+               \chords { c1 c:7 c:7^5 }
        }
 
 }
+%% new-chords-done %%