X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-name-entry.ly;h=e616b73822deb789f418c11a2a761255afc82b94;hb=5206d86a9de2bd8bd480940fb5c861d8bd0b17c2;hp=3fa92bf71ea6a3ea0d659531e3fca5a1cd9b8fba;hpb=099d07eaa13358b727745d8bf834f3ac3969b1c3;p=lilypond.git diff --git a/input/regression/chord-name-entry.ly b/input/regression/chord-name-entry.ly index 3fa92bf71e..e616b73822 100644 --- a/input/regression/chord-name-entry.ly +++ b/input/regression/chord-name-entry.ly @@ -1,34 +1,43 @@ +\version "2.10.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{\chordmode} mode), using a pitch and a suffix. Here, +the suffixes are printed below pitches. +" } -\score -{ -\notes { \context Voice \chords { -c1_"1" -c:7_"7" -c:m_":m" -c:m7_":m7" -c:aug_":aug" -c:maj7_":maj7" -c:dim_":dim" -c:dim7_":dim7" -c:sus4_":sus4" -c:sus2_":sus2" -c:3-_":3-" -c:3+_":3+" -c:5+.3-_":5+.3-" -c:7_":7" -c:9_":9" -c:11_":11" -c:13_":13" -c:m13_":m13" -c:7^5_":7\\^{ }5" -c^3_"\\^{ }3" -c/g_"/g" -c/+f_"/+f" -} +{ \context Voice \chordmode { + c1_"(nothing)" + c:7_":7" + c:m_":m" + c:m7_":m7" + c:aug_":aug" + c:maj7_":maj7" + c:dim_":dim" + c:dim7_":dim7" + 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-" + c:7_":7" + c:9_":9" + c:11_":11" + c:13_":13" + c:m13_":m13" + c:7^5_":7\\^{~}5" + c^3_"\\^{~}3" + c/g_"/g" + c/gis_"/gis" + c/a_"/a" + c/+f_"/+f" + c/+g_"/+g" } }