]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/chords.ly
release: 1.3.131
[lilypond.git] / input / test / chords.ly
index 1e1ed03ee721c7ebc54fd8b1f671db85587bb06c..260ce11d29f68aca32a92d19cdc3b9c254c440be 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.59";
+\version "1.3.117";
 
 %{
 Would this be acceptable/good enough/convenient for entry?
@@ -16,7 +16,7 @@ Would this be acceptable/good enough/convenient for entry?
 
 %}
 
-scales = \notes \transpose c'' \chords{
+scales =  \notes \transpose c'' \chords{
                %<c1 e g>
                c1:m c:min c4:dim c:aug c:sus c:maj
                 c1:6 c4:7 c:9 c:11 c:13
@@ -32,7 +32,7 @@ scales = \notes \transpose c'' \chords{
                c\breve c\longa
        }
 
-keys = \notes{
+keys =  \notes{
                 s1
                 s1 s1 s1
                 s1 s1
@@ -59,4 +59,10 @@ keys = \notes{
                \context ChordNames \scales
                \context Staff < \scales \keys >
        >
+       \paper{
+               \translator { 
+                       \ChordNamesContext
+                       ChordName \override #'word-space = #1 
+               }
+       }
 }