]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/drarn-chords.ly
release: 1.3.121
[lilypond.git] / input / test / drarn-chords.ly
index 42efe9055d7bd257130479d08348861b6aa55a6b..6acba0eaaf9c3f98bd03edf7457af293e709ce3c 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.59";
+\version "1.3.120";
 
 %{
 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{
        \property ChordNames.drarnChords=##t
                %c1:m \break c1:m
                c1:m c1:m
@@ -29,9 +29,9 @@ scales = \notes \transpose c'' \chords{
                \context Staff \scales
        >
        \paper{
-%              \paper_as_nine
+%              \paperAs_nine
                \translator {
-                       \ChordNameContext
+                       \ChordNamesContext
                        }
        }
 }