User:Sintel/sandbox: Difference between revisions

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


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


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


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


{{primes in equal|13|5|2}}
=== 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 equal|7|3|2}}
== Bravura ==


{{primes in equal|11|7|4}}
C{{Bravura|&#xE282;}}
C{{Bravura|&#xE280;}}


{{primes in equal|11|7}}
== testing lua stuff ==


{{primes in equal|9}}
{{Infobox ET|debug=1}}


{{primes in equal|19|3}}
{{ED intro|17}}


{{primes in equal|4|5|4}}
{{Harmonics in equal|17|intervals=odd}}


{{primes in equal|7|3|2}}
{{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
}}


{{primes in equal|7|5|3}}
==== Mapping matrix markup ====


{{primes in equal|7|7}}
Using the <code>pre</code> tag:


{{primes in equal|5|title=my title}}
<pre><nowiki>
      2 3 5  
  2 [ 1 1 0]
3/2 [ 0 1 4]
</nowiki></pre>


{{primes in equal|313|2}}
Latex:


Original edo template:
<math>
{{primes in edo|313}}
\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>


{{primes in edo|31}}
 
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>