]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-table.ly
patch::: 1.1.24.jcn2: jcn2
[lilypond.git] / input / test / chord-table.ly
1 \header{
2 filename =      "chord-table.ly";
3 copyright =     "public domain";
4 enteredby =     "jcn";
5 }
6
7 tab = \notes\transpose c'''\chords{
8         c1 c-m c-4 c-m4 c-5+ c-5- c-m5- c-5.5+ c-6\break %c-m6\break
9 }
10
11 \score{
12         \type StaffGroup <
13                 \type Staff=c \notes\transpose c\tab
14                 \type ChordNames=c \notes\transpose c\tab
15                 \type Staff=cis \notes\transpose cis\tab
16                 \type ChordNames=cis \notes\transpose cis\tab
17                 \type Staff=des \notes\transpose des\tab
18                 \type ChordNames=des \notes\transpose des\tab
19                 \type Staff=d \notes\transpose d\tab
20                 \type ChordNames=d \notes\transpose d\tab
21                 \type Staff=es \notes\transpose es\tab
22                 \type ChordNames=es \notes\transpose es\tab
23                 \type Staff=e \notes\transpose e\tab
24                 \type ChordNames=e \notes\transpose e\tab
25                 \type Staff=fis \notes\transpose fis\tab
26                 \type ChordNames=fis \notes\transpose fis\tab
27                 \type Staff=g \notes\transpose g\tab
28                 \type ChordNames=g \notes\transpose g\tab
29                 \type Staff=as \notes\transpose as\tab
30                 \type ChordNames=as \notes\transpose as\tab
31                 \type Staff=a \notes\transpose a\tab
32                 \type ChordNames=a \notes\transpose a\tab
33                 \type Staff=bes \notes\transpose bes,\tab
34                 \type ChordNames=bes \notes\transpose bes,\tab
35                 \type Staff=b \notes\transpose b,\tab
36                 \type ChordNames=b \notes\transpose b,\tab
37         >
38         \paper{
39                 textheight = \vsize - 4.0 * \staffheight;
40         }
41
42 }