]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/notemode-chords.ly
release: 1.3.146
[lilypond.git] / input / test / notemode-chords.ly
index 49819c10ab85e9bd8edac51a334e3a9b00395d50..ee51bc29797fd2beca390e72b79b9f6794449162 100644 (file)
@@ -1,9 +1,10 @@
-\version "1.3.117";
+\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 }
        }