-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfont_ar-ciela.php
140 lines (127 loc) · 3.75 KB
/
font_ar-ciela.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<?php/*
All code, unless otherwise indicated, is original, and subject to the terms of
the GNU GPLv3 or, at your option, any later version of the GPL.
All content is derived from public domain, promotional, or otherwise-compatible
sources and published uniformly under the
Creative Commons Attribution-Share Alike 3.0 license.
See license.README for details.
(C) Neil Tallim, 2009
*/?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Hymmnoserver - Ar ciela font usage</title>
<?php include 'common/resources.xml'; ?>
<style type="text/css">
table.coding{
border-collapse: separate;
text-align: center;
}
table.coding > td{
vertical-align: middle;
}
td.property{
font-weight: bold;
text-align: left;
}
td.ciela{
font-size: 4.5em;
font-family: "Ar-Ciela(Compartment)", sans;
text-align: left;
padding-left: 4px;
color: black;
}
td.mcl{
background-color: #E9E9FF;
}
td.keyboard{
background-color: #FFCCCC;
}
</style>
</head>
<body>
<?php include 'common/header.xml'; ?>
<div class="text-basic">
<div class="section-title text-title-small">⠕ Ar ciel Compartment coding</div>
<p>
Transcribed Ar ciel makes use of Compartments to convey emphasis and categorization
of the frequency and amplitude its notes. While writing Public script is
straight-forward, indicating Compartments requires that you follow the coding
schemes described below.
</p>
<b>▼ FMCL</b><br/>
<table class="coding">
<tr>
<td class="property mcl">Compartment</td>
<td class="mcl"/>
<td class="ciela mcl">!</td>
<td class="ciela mcl">#</td>
<td class="ciela mcl">$</td>
<td class="ciela mcl">%</td>
</tr>
<tr>
<td class="property mcl">Category</td>
<td class="mcl">session-0</td>
<td class="mcl">session-1</td>
<td class="mcl">session-2</td>
<td class="mcl">session-3</td>
<td class="mcl">session-4</td>
</tr>
<tr>
<td class="property mcl">Frequency range</td>
<td class="mcl">20,000Hz</td>
<td class="mcl">50,000Hz</td>
<td class="mcl">100,000Hz</td>
<td class="mcl">150,000Hz</td>
<td class="mcl">300,000Hz</td>
</tr>
<tr>
<td class="property keyboard">Keystroke</td>
<td class="keyboard"/>
<td class="keyboard">!</td>
<td class="keyboard">#</td>
<td class="keyboard">$</td>
<td class="keyboard">%</td>
</tr>
</table><br/>
<b>▼ AMCL</b><br/>
<table class="coding">
<tr>
<td class="property mcl">Compartment</td>
<td class="ciela mcl">&</td>
<td class="ciela mcl">(</td>
<td class="mcl"/>
<td class="ciela mcl">)</td>
</tr>
<tr>
<td class="property mcl">Category</td>
<td class="mcl">quad</td>
<td class="mcl">dual</td>
<td class="mcl">single</td>
<td class="mcl">half</td>
</tr>
<tr>
<td class="property mcl">Amplitude signature</td>
<td class="mcl">\___</td>
<td class="mcl">/ ̄\_</td>
<td class="mcl">____</td>
<td class="mcl">/\ </td>
</tr>
<tr>
<td class="property keyboard">Keystroke</td>
<td class="keyboard">&</td>
<td class="keyboard">(</td>
<td class="keyboard"/>
<td class="keyboard">)</td>
</tr>
</table><br/>
<p>
Note that these coding elements will not cause your cusror to advance. To use them
effectively, provide the Compartment(s) before the note being described.
</p>
</div>
<?php include 'common/footer.xml'; ?>
</body>
</html>