]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chord-names.ly
patch::: 1.3.96.jcn3
[lilypond.git] / input / test / chord-names.ly
index 500f98e949e84ff6496531c6bdeceb9b499b06ce..76a0246148c27d8a1be28f28196d3ec079af107a 100644 (file)
@@ -20,8 +20,10 @@ chord = \notes\transpose c''\chords{
     >
     \paper{
        linewidth = -1.0;
-        \translator { \ChordNameContext chordNameWordSpace = #1 }
-        \translator { \LyricsContext textScriptWordSpace = #0.3 }
+               \translator { 
+                       \ChordNameContext
+                       ChordName \push #'word-space = #1 
+               }
     }
 }