]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/notemode-chords.ly
release: 1.3.146
[lilypond.git] / input / test / notemode-chords.ly
index 18ce9944b473ba1f4ad96aa251ca206a3b925bd4..ee51bc29797fd2beca390e72b79b9f6794449162 100644 (file)
@@ -1,8 +1,12 @@
-\version "1.0.19";
+\version "1.3.146"
+
 
 \score{
        \notes \transpose c''{
-               @c1@ @c-7@ @c-7^5@-1-3
+% 1.1.53: @x@ syntax dropped
+% 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 }
        }
 
 }