]> git.donarmstrong.com Git - lilypond.git/blob - input/test/chord-table.ly
patch::: 1.1.13.uu1
[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         % Han-Wen: try this instead, and Wierd Things (spacing etc) happen:
10 %       \notes {<c1 e g>} c1-m c-4 c-m4 c-5+ c-5- c-m5- c-5-5+ c-6  c-m6\break
11 }
12
13 \score{
14         \type StaffGroup <
15                 \type Staff=c \notes\transpose c\tab
16                 \type ChordNames=c \notes\transpose c\tab
17                 \type Staff=cis \notes\transpose cis\tab
18                 \type ChordNames=cis \notes\transpose cis\tab
19                 \type Staff=des \notes\transpose des\tab
20                 \type ChordNames=des \notes\transpose des\tab
21                 \type Staff=d \notes\transpose d\tab
22                 \type ChordNames=d \notes\transpose d\tab
23                 \type Staff=es \notes\transpose es\tab
24                 \type ChordNames=es \notes\transpose es\tab
25                 \type Staff=e \notes\transpose e\tab
26                 \type ChordNames=e \notes\transpose e\tab
27                 \type Staff=fis \notes\transpose fis\tab
28                 \type ChordNames=fis \notes\transpose fis\tab
29                 \type Staff=g \notes\transpose g\tab
30                 \type ChordNames=g \notes\transpose g\tab
31                 \type Staff=as \notes\transpose as\tab
32                 \type ChordNames=as \notes\transpose as\tab
33                 \type Staff=a \notes\transpose a\tab
34                 \type ChordNames=a \notes\transpose a\tab
35                 \type Staff=bes \notes\transpose bes,\tab
36                 \type ChordNames=bes \notes\transpose bes,\tab
37                 \type Staff=b \notes\transpose b,\tab
38                 \type ChordNames=b \notes\transpose b,\tab
39         >
40         \paper{
41                 textheight = \vsize - 4.0 * \staffheight;
42         }
43
44 }