]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/american-chords.ly
release: 1.3.120
[lilypond.git] / input / test / american-chords.ly
index ac9716fe66c87792832d0947c467ba56e9389f34..82ad35fd2c21e9c8556fc9a592e540e13ee4108f 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.110"
+\version "1.3.117"
 %{
   See scm/chord-names.scm: chord::names-alist-american
   James Hammons <jlhamm@pacificnet.net>
@@ -13,7 +13,7 @@
        )
       chord::names-alist-american))
 
-chord = \notes\transpose c''\chords{
+chord =  \notes\transpose c''\chords{
        \property ChordNames.ChordName \override #'style = #'american
 c         % Major triad
 cs:m      % Minor triad
@@ -50,7 +50,7 @@ c:m7.9    % Minor ninth
     {
                \translator { 
                        \ChordNamesContext
-                       ChordNames \override #'word-space = #1 
+                       ChordName \override #'word-space = #1 
                }
     }
 }