User:Sintel/sandbox: Difference between revisions

Sintel (talk | contribs)
No edit summary
Sintel (talk | contribs)
No edit summary
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{primes in equal|11}}
=== box drawing scales ===


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


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


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


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


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


{{primes in equal|12|16|9}}
== testing lua stuff ==


{{primes in equal|19|3}}
{{Infobox ET|debug=1}}


{{primes in equal|7|3|2}}
{{ED intro|17}}


{{primes in equal|28|5}}
{{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>