]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/jazz-chords.ly
release: 1.3.120
[lilypond.git] / input / test / jazz-chords.ly
index 90f1c26eeac0efd46b9c2252984440dc3423a3cb..fefa24587aa9e3202af9a8800cb46cbfd3c1c4a0 100644 (file)
@@ -1,3 +1,6 @@
+
+\version "1.3.117";
+
 %% This should only be necessary if your kpathsea setup is broken
 %
 % Make sure the correct msamxx.tfm is where lily can find it
@@ -5,11 +8,11 @@
 %
 % For normal (20pt) paper, do
 %
-%   cp locate `msam9.tfm` $LILYPONDPREFIX/tfm
+%   cp locate `msam9.tfm` LILYPONDPREFIXxtfm
 %
 
-chord = \notes\transpose c''\chords{
-\property ChordNames.ChordNames \push #'style = #"jazz"
+chord =  \notes\transpose c''\chords{
+\property ChordNames.ChordName \override #'style = #'jazz
 % major chords
 c
 c:6            % 6 = major triad with added sixth
@@ -58,7 +61,7 @@ c:m5-.7-      % o = diminished seventh chord
 >
     \paper
     {
-        \translator { \ChordNamesContext ChordNames \push #'word-space = #1 }
+        \translator { \ChordNamesContext ChordName \override #'word-space = #1 }
 %        \translator { \LyricsContext textScriptWordSpace = #0.3 }
     }
 }