repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
chord-name-entry.ly
blob
1e5355ae9114660df601dcac2144b53c7061efc5
1
\version
"2.10.0"
2
3
4
\header
{
5
6
texidoc
=
"Chords can be produced with the chordname entry
7
code (@code{\chordmode} mode), using a pitch and a suffix. Here,
8
the suffixes are printed below pitches.
9
"
10
11
}
12
13
{
\context
Voice
\chordmode
{
14
c
1
_
"(nothing)"
15
c
:
7
_
":7"
16
c
:
m
_
":m"
17
c
:
m
7
_
":m7"
18
c
:
aug
_
":aug"
19
c
:
maj
7
_
":maj7"
20
c
:
dim
_
":dim"
21
c
:
dim
7
_
":dim7"
22
c
:
sus
4
_
":sus4"
23
c
:
sus
2
_
":sus2"
24
c
:
6
_
":6"
25
c
:
m
6
_
":m6"
26
c
:
7
sus
4
_
":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
:
m
13
_
":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
}