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