]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/chord-name-entry.ly
*** empty log message ***
[lilypond.git] / input / regression / chord-name-entry.ly
1 \header {
2
3 texidoc = "Test file for the new chordname entry code (@code{\chords}
4 mode): the suffixes are printed below the pitches."
5
6 }
7
8 \score
9 {
10 \notes  { \context Voice \chords {
11 c1_"(nothing)"
12 c:7_":7"
13 c:m_":m"
14 c:m7_":m7"
15 c:aug_":aug"
16 c:maj7_":maj7"
17 c:dim_":dim"
18 c:dim7_":dim7"
19 c:sus4_":sus4"
20 c:sus2_":sus2"
21 c:6_":6"
22 c:m6_":m6"
23 c:7sus4_":7sus4"
24 c:3-_":3-"
25 c:3+_":3+"
26 c:5+.3-_":5+.3-"
27 c:7_":7"
28 c:9_":9"
29 c:11_":11"
30 c:13_":13"
31 c:m13_":m13"
32 c:7^5_":7\\^{ }5"
33 c^3_"\\^{ }3"
34 c/g_"/g"
35 c/gis_"/gis"
36 c/a_"/a"
37 c/+f_"/+f"
38 c/+g_"/+g"
39 }
40 }
41 }