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