User:Sintel/sandbox: Difference between revisions
No edit summary |
No edit summary |
||
(22 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
=== box drawing scales === | |||
bold | |||
<pre> | |||
L L s L L L s | |||
┣━━━╋━━━╋━╋━━━╋━━━╋━━━╋━┫ | |||
C D E F G A B c | |||
</pre> | |||
ascii | |||
<pre> | |||
L L s L L L s | |||
|---|---|-|---|---|---|-| | |||
C D E F G A B c | |||
</pre> | |||
thin | |||
<pre> | |||
L L s L L L s | |||
├───┼───┼─┼───┼───┼───┼─┤ | |||
C D E F G A B c | |||
</pre> | |||
{{ | === Uniform maps === | ||
{{Uniform map|limit=7|edo=12}} | |||
{{Uniform map|limit=7|edo=15}} | |||
{{Uniform map|limit=5|min=14.5|max=15.5}} | |||
== Bravura == | |||
{{ | C{{Bravura|}} | ||
C{{Bravura|}} | |||
== testing lua stuff == | |||
{{ | {{Infobox ET|debug=1}} | ||
{{ | {{ED intro|17}} | ||
{{Harmonics in equal|17|intervals=odd}} | |||
{{ | |||
{{Infobox Interval | |||
| Ratio = 13/8 | |||
| Name = (lesser) tridecimal neutral sixth | |||
| Color name = 3o6, tho 6th | |||
| Sound = jid_13_8_pluck_adu_dr220.mp3 | |||
| debug = 1 | |||
}} | |||
==== Mapping matrix markup ==== | |||
Using the <code>pre</code> tag: | |||
<pre><nowiki> | |||
2 3 5 | |||
2 [ 1 1 0] | |||
3/2 [ 0 1 4] | |||
</nowiki></pre> | |||
Latex: | |||
<math> | |||
\begin{array}{c c} | |||
& \begin{array}{c c c} 2 & 3 & 5 \\ \end{array} \\ | |||
\begin{array}{c c c}2 \\ 3/2 \end{array} & | |||
\left[ | |||
\begin{array}{c c c} | |||
1 & 1 & 0 \\ | |||
0 & 1 & 4 | |||
\end{array} | |||
\right] | |||
\end{array} | |||
</math> | |||
CSS <code>pre</code> and <code>ptt</code>: | |||
<p style="white-space: pre;"><tt> | |||
2 3 5 | |||
2 [ 1 1 0] | |||
3/2 [ 0 1 4] | |||
</tt></p> |