User:Sintel/sandbox: Difference between revisions

Sintel (talk | contribs)
No edit summary
Sintel (talk | contribs)
No edit summary
 
(22 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{#invoke:primes_in_edonoi|primes_in_edonoi}}
=== box drawing scales ===


{{primes in edonoi}}
bold
<pre>
  L  L  s  L  L  L  s
┣━━━╋━━━╋━╋━━━╋━━━╋━━━╋━┫
C  D  E F  G  A  B c
</pre>


{{primes in edonoi|9}}
ascii
<pre>
  L  L  s  L  L  L  s
|---|---|-|---|---|---|-|
C  D  E F  G  A  B c
</pre>


{{primes in edonoi|19|3}}
thin
<pre>
  L  L  s  L  L  L  s
├───┼───┼─┼───┼───┼───┼─┤
C  D  E F  G  A  B c
</pre>


{{primes in edonoi|4|5|4}}
=== Uniform maps ===
{{Uniform map|limit=7|edo=12}}
{{Uniform map|limit=7|edo=15}}
{{Uniform map|limit=5|min=14.5|max=15.5}}


{{primes in edonoi|7|3|2}}
== Bravura ==


{{primes in edonoi|7|5|3}}
C{{Bravura|&#xE282;}}
C{{Bravura|&#xE280;}}


{{primes in edonoi|7|7}}
== testing lua stuff ==


{{primes in edonoi|5|title=my title}}
{{Infobox ET|debug=1}}


{{primes in edonoi|313|2}}
{{ED intro|17}}


Original edo template:
{{Harmonics in equal|17|intervals=odd}}
{{primes in edo|313}}
 
{{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>