]> 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 ed0c1549027ac375a3438da9810cb112e73db86d..6950345dcc7e1cfb48536a0bc894ac80fa899b58 100644 (file)
@@ -1,11 +1,13 @@
-\version "1.2.0";
+\version "1.7.6"
+
 
 \score{
-       \notes \transpose c''{
+       \notes \transpose c c'{
 % 1.1.53: @x@ syntax dropped
-% if you want fingering, write chord explicitily; eg < c1-1 e-2 g-3 >
+% 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 }
+               \chords { c1 c:7 c:7^5 }
        }
 
 }
+%% new-chords-done %%