]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-name-entry.ly
small fixes.
[lilypond.git] / input / regression / chord-name-entry.ly
index d6daa3d85ee4b606502b3388fa3821c8d5452b0d..44dc003602191651a833865383c1cc01fce7bd73 100644 (file)
@@ -1,14 +1,20 @@
+\version "2.2.0"
+
+
 \header {
 
-texidoc = "Test file for the new chordname entry code: the suffixes are printed below the pitches."
+texidoc = "Chords can be produced with the new chordname entry 
+code (@code{\chords} mode), using a pitch and a suffix. Here,
+the suffixes are printed below pitches.
+"
 
 }
 
 \score
 {
 \notes  { \context Voice \chords {
-c1_"1"
-c:7_"7"
+c1_"(nothing)"
+c:7_":7"
 c:m_":m"
 c:m7_":m7"
 c:aug_":aug"
@@ -19,6 +25,7 @@ c:sus4_":sus4"
 c:sus2_":sus2"
 c:6_":6"
 c:m6_":m6"
+c:7sus4_":7sus4"
 c:3-_":3-"
 c:3+_":3+"
 c:5+.3-_":5+.3-"
@@ -27,10 +34,13 @@ c:9_":9"
 c:11_":11"
 c:13_":13"
 c:m13_":m13"
-c:7^5_":7\\^{ }5"
-c^3_"\\^{ }3"
+c:7^5_":7\\^{~}5"
+c^3_"\\^{~}3"
 c/g_"/g"
+c/gis_"/gis"
+c/a_"/a"
 c/+f_"/+f"
+c/+g_"/+g"
 }
 }
 }