]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-names.ly
*** empty log message ***
[lilypond.git] / input / regression / chord-names.ly
index b775cacea910528f1945c0f412ff35018c5503f0..a7bb79257f646ba149fba5e5b7627fde090a08bb 100644 (file)
@@ -1,12 +1,13 @@
+\version "1.7.5"
 \header{
 texidoc="
 Chord names are generated from a list pitches, and are customisable
 from guile.  For some unlogical names, guile customisation is used
 by default.
-";
+"
 }
 
-chord =  \notes\transpose c''\chords{
+chord =  \notes\transpose c c'\chords{
    c1
    c:m
    c:m5-
@@ -30,8 +31,9 @@ chord =  \notes\transpose c''\chords{
 
                \translator { 
                        \ChordNamesContext
-                       ChordNames \override #'word-space = #1 
+                       ChordName \override #'word-space = #1 
                }
     }
 }
 
+%% new-chords-done %%
\ No newline at end of file