]> git.donarmstrong.com Git - lilypond.git/blob - init/table16.ly
46ff184838e32ec38576b0ff5452c378128f9214
[lilypond.git] / init / table16.ly
1 % table16.ly
2 %
3 % spacing info for LilyPond. Do not edit this if you're not a guru.
4 % It has a lot of hard-wired stringconstants
5 %
6
7
8 table_sixteen= 
9 \symboltables {
10    \texid       "\input lilyponddefs \musixsixteendefs"
11    % index TeXstring,   xmin xmax ymin ymax
12
13     "scripts" = \table {
14         "fermata" "\fermata"            0.0\pt 0.0\pt   0.0\pt 6.0\pt
15         "-fermata" "\ifermata"          0.0\pt 0.0\pt   -6.0\pt 0.0\pt
16         "portato" "\portato"            0.0\pt 4.0\pt   0.0\pt  2.0\pt
17         "-portato" "\iportato"          0.0\pt 4.0\pt   -2.0\pt 0.0\pt
18         "tenuto" "\tenuto"                      0.0\pt 4.0\pt   -1.0\pt 1.0\pt
19         "-tenuto" "\itenuto"            0.0\pt 4.0\pt   -1.0\pt 1.0\pt
20         "sforzato" "\sforzato"          -0.8\pt 4.0\pt  -1.92\pt 1.92\pt
21         "marcato" "\marcato"            0.0\pt 4.0\pt   0.0\pt  4.0\pt
22         "-marcato" "\imarcato"          0.0\pt 4.0\pt   -4.0\pt 0.0\pt
23         "staccato" "\staccato"          0.0\pt  0.0\pt  -1.1\pt 1.1\pt
24         "staccatissimo" "\staccatissimo"        0.0\pt  0.0\pt  0.0\pt  1.0\pt
25         "-staccatissimo" "\istaccatissimo"      0.0\pt  0.0\pt  0.0\pt  1.0\pt
26         "upbow" "\upbow"                        -1.0\pt 6.0\pt  0.0\pt  5.0\pt
27         "downbow" "\downbow"            0.0\pt  5.0\pt  0.0\pt 7.5\pt
28         "back" "\backorfront"           0.0\pt  6.0\pt  0.0\pt  3.0\pt
29         "-front" "\backorfront"         0.0\pt  6.0\pt  0.0\pt  3.0\pt
30         "heel" "\heel"                  0.0\pt  6.0\pt  -1.0\pt 5.0\pt
31         "toe" "\toe"                    0.0\pt  6.0\pt  -1.0\pt 5.0\pt
32         "bheel" "\bheel"                        0.0\pt  6.0\pt  -1.0\pt 5.0\pt
33         "btoe" "\btoe"                  0.0\pt  6.0\pt  -1.0\pt 5.0\pt
34         "fheel" "\fheel"                        0.0\pt  6.0\pt  -1.0\pt 5.0\pt
35         "ftoe" "\ftoe"                  0.0\pt  6.0\pt  -1.0\pt 5.0\pt
36         "-back" "\backorfront"          0.0\pt  6.0\pt  0.0\pt  3.0\pt
37         "front" "\backorfront"          0.0\pt  6.0\pt  0.0\pt  3.0\pt
38         "turn"  "\turn"                 -2.0\pt 7.0\pt  0.0\pt  4.0\pt
39         }
40
41      "style" = \table {
42                 "roman" "\settext{%}"   0.0\pt  7.50\pt 0.0\pt  8.0\pt
43                 "italic"        "\setitalic{%}" 0.0\pt  0.0\pt  0.0\pt  8.0\pt
44                 "dynamic"       "\setdynamic{%}"        0.0\pt  0.0\pt  0.0\pt  8.0\pt
45      }
46      "dynamics" = \table {
47
48         "mf" "\dynmf"
49         "fff" "\dynfff"
50         "ff" "\dynff"
51         "f" "\dynf"
52         "mp" "\dynmp"
53         "p" "\dynp"
54         "pp" "\dynpp"
55         "ppp" "\dynppp"
56         "fp" "\dynfp"
57         "sf" "\dynsf"
58         "sfz" "\dynsfz"
59
60         }
61      "align" = \table {
62                 "-1"    "\leftalign{%}"
63                 "0"     "\centeralign{%}"
64                 "1"     "\rightalign{%}"
65         }
66
67      "clefs" = \table {
68         "violin"        "\violinclef"           0.0\pt  12.8\pt -10.0\pt        18.0\pt
69         "bass"  "\bassclef"             0.0\pt  12.8\pt 0.0\pt  16.0\pt
70         "alto"  "\altoclef"             0.0\pt  12.8\pt 0.0\pt  16.0\pt
71         "tenor" "\altoclef"             0.0\pt  12.8\pt 0.0\pt  16.0\pt
72         "violin_change" "\cviolinclef"  0.0\pt  11.2\pt -12.0\pt        12.0\pt
73         "bass_change"   "\cbassclef"    0.0\pt  11.2\pt 0.0\pt  16.0\pt
74         "alto_change"   "\caltoclef"    0.0\pt  11.2\pt 0.0\pt  16.0\pt
75         "tenor_change"  "\caltoclef"    0.0\pt  11.2\pt 0.0\pt  16.0\pt
76      }
77
78      % ugh what's our outdir called?
79      \include "font-en-tja16.ly"
80
81      "slur" = \table {
82         "whole" "\slurchar%{%}"
83         "half"  "\hslurchar%{%}"
84      }
85
86      "accidentals" = \table {
87         "-2"    "\flatflat"     0.0\pt  8.16\pt -2.5\pt 7.5\pt
88         "-1"    "\flat"         0.0\pt  4.8\pt  -2.5\pt 7.5\pt
89         "0"     "\natural"      0.0\pt  4.8\pt  -7.5\pt 7.5\pt
90         "1"     "\sharp"        0.0\pt  3.6\pt  -7.5\pt 7.5\pt
91         "2"     "\sharpsharp"   0.0\pt  4.8\pt  -2.5\pt 7.5\pt
92      }
93
94      "streepjes" = \table {
95         "toplines"      "\toplines{%}{%}"       -1.0\pt 7.0\pt  0.0\pt  0.0\pt
96         "botlines"      "\botlines{%}{%}"       -1.0\pt 7.0\pt  0.0\pt  0.0\pt
97      }
98
99      "bars" = \table {
100         "empty" "\emptybar"
101         ""      ""                      0.0\pt  0.0\pt  0.0\pt  16.0\pt
102         "|"     "\maatstreep{%}"        0.0\pt  0.64\pt 0.0\pt  16.0\pt
103         "||"    "\doublebar{%}"         0.0\pt  4.0\pt  0.0\pt  16.0\pt
104         "|."    "\finishbar{%}"         -4.0\pt 0.0\pt  0.0\pt  16.0\pt
105         ".|"    "\startbar{%}"          0.0\pt  4.0\pt  0.0\pt  16.0\pt
106         ":|"    "\repeatbar"            -8.0\pt 0.0\pt  0.0\pt  16.0\pt
107         "|:"    "\startrepeat"          0.0\pt  8.0\pt  0.0\pt 16.0\pt
108         ":|:"   "\repeatbarstartrepeat" 0.0\pt  16.0\pt 0.0\pt  16.0\pt
109
110      }
111
112      "rests" = \table {
113         "-2o"   "\longarest"            0.0\pt  6.0\pt  0.0\pt  4.0\pt
114         "-2"    "\longarest"            0.0\pt  6.0\pt  0.0\pt  4.0\pt
115         "-1o"   "\breverest"            0.0\pt  6.0\pt  0.0\pt  4.0\pt
116         "-1"    "\breverest"            0.0\pt  6.0\pt  0.0\pt  4.0\pt
117         "0o"    "\outsidewholerest"     0.0\pt  6.0\pt  0.0\pt  2.0\pt
118         "0"     "\wholerest"            0.0\pt  6.0\pt  0.0\pt  2.0\pt
119         "1"     "\halfrest"             0.0\pt  6.0\pt  -2.0\pt 0.0\pt
120         "1o"    "\outsidehalfrest"              0.0\pt  6.0\pt  -2.0\pt 0.0\pt
121         "2o"    "\quartrest"            -5.0\pt 2.0\pt  -5.0\pt 5.0\pt
122         "3o"    "\eighthrest"           0.0\pt  5.0\pt  0.0\pt  8.0\pt
123         "4o"    "\sixteenthrest"                0.0\pt  6.0\pt  0.0\pt  12.0\pt
124         "2"     "\quartrest"            -5.0\pt 2.0\pt  -5.0\pt 5.0\pt
125         "3"     "\eighthrest"           0.0\pt  5.0\pt  0.0\pt  8.0\pt
126         "4"     "\sixteenthrest"                0.0\pt  6.0\pt  0.0\pt  12.0\pt
127         "5"     "\thirtysecondrest"     0.0\pt  6.0\pt  0.0\pt  16.0\pt
128         "6"     "\sixtyfourthrest"      0.0\pt  6.0\pt  0.0\pt  16.0\pt
129         "7"     "\hundredtwentyeighthrest"      0.0\pt  6.0\pt  0.0\pt  16.0\pt
130      }
131
132      "meters" = \table {
133         "C"     "\fourfourmeter"                0.0\pt  10.0\pt -5.0\pt 5.0\pt
134         "C2"    "\allabreve"            0.0\pt  10.0\pt -5.0\pt 5.0\pt
135      }
136
137      % dims ignored for this table
138      "param" = \table {
139         "brace" "\pianobrace{%}"        0.0\pt  0.0\pt  0.0\pt  0.0\pt
140         "meter" "\generalmeter{%}{%}"   0.0\pt  10.0\pt -5.0\pt 5.0\pt
141         "linestaf"      "\linestafsym{%}{%}"
142         "stem"  "\stem{%}{%}"
143         "fill"  "\hbox{}"
144         % ugh. 8pt
145         "crescendosym"  "\crescendosym{%}"      0.0\pt  0.0\pt  -3.0\pt 3.0\pt
146         "decrescendosym"        "\decrescendosym{%}"    0.0\pt  0.0\pt  -3.0\pt 3.0\pt
147      }
148
149      "dots" = \table {
150         "1"     "\lsingledot"           0.0\pt  2.0\pt  -1.0\pt 1.0\pt
151         "2"     "\ldoubledot"           0.0\pt  5.0\pt  -1.0\pt 1.0\pt
152         "3"     "\ltripledot"           0.0\pt  8.0\pt  -1.0\pt 1.0\pt
153      }
154
155      "flags" = \table {
156         "u3"    "\eighthflag"           0.0\pt  4.0\pt  0.0\pt  0.0\pt
157         "u4"    "\sixteenthflag"                0.0\pt  4.0\pt  0.0\pt  0.0\pt
158         "u5"    "\thirtysecondflag"     0.0\pt  4.0\pt  0.0\pt  0.0\pt
159         "u6"    "\sixtyfourthflag"      0.0\pt  4.0\pt  0.0\pt  0.0\pt
160         "u7"    "\hundredtwentyeighthflag"      0.0\pt  4.0\pt  0.0\pt  0.0\pt
161         "d3"    "\deighthflag"          0.0\pt  4.0\pt  0.0\pt  0.0\pt
162         "d4"    "\dsixteenthflag"               0.0\pt  4.0\pt  0.0\pt  0.0\pt
163         "d5"    "\dthirtysecondflag"    0.0\pt  4.0\pt  0.0\pt  0.0\pt
164         "d6"    "\dsixtyfourthflag"     0.0\pt  4.0\pt  0.0\pt  0.0\pt
165         "d7"    "\dhundredtwentyeighthflag"     0.0\pt  4.0\pt  0.0\pt  0.0\pt
166      }
167
168      "oldbeamslopes" = \table {
169         "uslope"        "\beamuslope{%}{%}"  2.0\pt 64.0\pt 0.0\pt 0.0\pt
170         "dslope"        "\beamdslope{%}{%}"  2.0\pt 64.0\pt 0.0\pt 0.0\pt
171         "horizontal"    "\rulesym{%}{%}"        
172      }
173
174 }
175