]> 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 f3af9c0c017324b2130b03a1ea6694d81a0b3e6f..6950345dcc7e1cfb48536a0bc894ac80fa899b58 100644 (file)
@@ -1,12 +1,13 @@
-\version "1.7.5"
+\version "1.7.6"
 
 
 \score{
        \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 }
        }
 
 }
+%% new-chords-done %%