]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chord-names.ly
patch::: 1.3.96.jcn9
[lilypond.git] / input / test / chord-names.ly
index 76a0246148c27d8a1be28f28196d3ec079af107a..940999a4b4b061752fe85159b48a4be8ac5e5703 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.3.96"
 chord = \notes\transpose c''\chords{
    c1
    c:m
@@ -21,8 +22,8 @@ chord = \notes\transpose c''\chords{
     \paper{
        linewidth = -1.0;
                \translator { 
-                       \ChordNameContext
-                       ChordName \push #'word-space = #1 
+                       \ChordNamesContext
+                       ChordNames \push #'word-space = #1 
                }
     }
 }