Template:Harmonics in equal/doc: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
m Undo revision 156729 by ArrowHead294 (talk). Readability Tag: Undo |
||
Line 6: | Line 6: | ||
For divisions of the octave ([[EDO]]s), you can use one unnamed argument: | For divisions of the octave ([[EDO]]s), you can use one unnamed argument: | ||
<code>{{Harmonics in equal | <code><nowiki>{{Harmonics in equal|<EDO number>}}</nowiki></code> | ||
For other divisions, you can use two or three unnamed arguments: | For other divisions, you can use two or three unnamed arguments: | ||
<code>{{Harmonics in equal | <code><nowiki>{{Harmonics in equal|<steps>|<numerator>|<denominator>}}</nowiki></code> | ||
By default, the titles for divisions of 2/1, 3/1 and 3/2 will be displayed as 'edo', 'edt' and 'edf' respectively. When the denominator is 1, it will not be displayed. Edos get primes if they are consistent for the odd harmonics up to 21, otherwise they get odds. Everything that is not an edo gets integers. | By default, the titles for divisions of 2/1, 3/1 and 3/2 will be displayed as 'edo', 'edt' and 'edf' respectively. When the denominator is 1, it will not be displayed. Edos get primes if they are consistent for the odd harmonics up to 21, otherwise they get odds. Everything that is not an edo gets integers. | ||
Line 62: | Line 62: | ||
For edos it is sufficient to only input the number of steps: | For edos it is sufficient to only input the number of steps: | ||
<code>{{Harmonics in equal | <code><nowiki>{{Harmonics in equal|31}}</nowiki></code> | ||
{{{{ROOTPAGENAME}}|31}} | {{{{ROOTPAGENAME}}|31}} | ||
For tritave or other integer divisions, two arguments is enough: | For tritave or other integer divisions, two arguments is enough:</nowiki> | ||
<code>{{Harmonics in equal | <code><nowiki>{{Harmonics in equal|13|3}}</nowiki></code> | ||
{{{{ROOTPAGENAME}}|13|3}} | {{{{ROOTPAGENAME}}|13|3}} | ||
In the most general case, we can input the number of steps, numerator and denominator. | In the most general case, we can input the number of steps, numerator and denominator. | ||
<code>{{Harmonics in equal | <code><nowiki>{{Harmonics in equal|15|7|3}}</nowiki></code> | ||
{{{{ROOTPAGENAME}}|15|7|3}} | {{{{ROOTPAGENAME}}|15|7|3}} | ||
Line 78: | Line 78: | ||
Sometimes you want to see more or skip some lower columns and have to adjust the title: | Sometimes you want to see more or skip some lower columns and have to adjust the title: | ||
<code>{{Harmonics in equal | <code><nowiki>{{Harmonics in equal|13|3|columns=11|start=2|title=Primes in [[13edt]]|intervals=prime}}</nowiki></code> | ||
{{{{ROOTPAGENAME}}|13|3|columns=11|start=2|title=Primes in [[13edt]]|intervals=prime}} | {{{{ROOTPAGENAME}}|13|3|columns=11|start=2|title=Primes in [[13edt]]|intervals=prime}} | ||