]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-names.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / regression / chord-names.ly
index 2d233f5e198eff211add6799599a9f75bd51b9cd..b775cacea910528f1945c0f412ff35018c5503f0 100644 (file)
@@ -5,7 +5,7 @@ from guile.  For some unlogical names, guile customisation is used
 by default.
 ";
 }
-\version "1.3.117"
+
 chord =  \notes\transpose c''\chords{
    c1
    c:m
@@ -30,7 +30,7 @@ chord =  \notes\transpose c''\chords{
 
                \translator { 
                        \ChordNamesContext
-                       ChordName \override #'word-space = #1 
+                       ChordNames \override #'word-space = #1 
                }
     }
 }