]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/notemode-chords.ly
release: 1.3.146
[lilypond.git] / input / test / notemode-chords.ly
index a096409a42a5d76b90a203adf270d7b5b1516b2b..ee51bc29797fd2beca390e72b79b9f6794449162 100644 (file)
@@ -1,11 +1,12 @@
-\version "1.1.52";
+\version "1.3.146"
+
 
 \score{
        \notes \transpose 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 < c1-1 e-2 g-3 >
 %              @c1@ @c-7@ @c-7^5@-1-3
-               \chords { c1 c-7 c-7^5 }
+               \chords { c1 c:7 c:7^5 }
        }
 
 }