Template:MOS degrees/doc: Difference between revisions
ArrowHead294 (talk | contribs) No edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{dochead}} | {{dochead}}{{lua}} | ||
=== Parameters === | === Parameters === | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 35: | Line 35: | ||
<pre>{{MOS degrees|Scale Signature=5L 2s}}</pre> | <pre>{{MOS degrees|Scale Signature=5L 2s}}</pre> | ||
==== Using a different step ratio ==== | ==== Using a different step ratio ==== | ||
Line 43: | Line 42: | ||
| Scale Signature=5L 2s | | Scale Signature=5L 2s | ||
| Step Ratio=2/1; 3/1; 3/2}}</pre> | | Step Ratio=2/1; 3/1; 3/2}}</pre> | ||
=== Changing the mos prefix === | === Changing the mos prefix === | ||
Line 52: | Line 48: | ||
| Scale Signature=2L 5s | | Scale Signature=2L 5s | ||
| MOS Prefix=pel}}</pre> | | MOS Prefix=pel}}</pre> | ||
Typing in "NONE" for the prefix will not show any prefixes. | Typing in "NONE" for the prefix will not show any prefixes. | ||
<pre>{{MOS degrees | <pre>{{MOS degrees | ||
| Scale Signature=4L 3s | | Scale Signature=4L 3s | ||
| MOS Prefix=NONE}}</pre> | | MOS Prefix=NONE}}</pre> | ||
==== Using notation and UDP ==== | ==== Using notation and UDP ==== | ||
Line 69: | Line 60: | ||
| Notation=123456789; #; b | | Notation=123456789; #; b | ||
}}</pre> | }}</pre> | ||
By default, the mode for which nominals are applied is the symmetric mode, corresponding to a UDP of n<nowiki>|</nowiki>n. In the case of a mos with an even number of modes and therefore two "middle" modes (n+1<nowiki>|</nowiki>n and n<nowiki>|</nowiki>n+1), the brighter of the two is used as the default instead. Since some notation schemes may use a different mode as its "default", the UDP can be changed, as shown below. (Use a comma instead of the pipe <nowiki>|</nowiki> symbol.) | By default, the mode for which nominals are applied is the symmetric mode, corresponding to a UDP of n<nowiki>|</nowiki>n. In the case of a mos with an even number of modes and therefore two "middle" modes (n+1<nowiki>|</nowiki>n and n<nowiki>|</nowiki>n+1), the brighter of the two is used as the default instead. Since some notation schemes may use a different mode as its "default", the UDP can be changed, as shown below. (Use a comma instead of the pipe <nowiki>|</nowiki> symbol.) | ||
<pre>{{MOS degrees | <pre>{{MOS degrees | ||
Line 78: | Line 66: | ||
| Notation=123456789; #; b | | Notation=123456789; #; b | ||
| UDP=7,1}}</pre> | | UDP=7,1}}</pre> | ||
The template will attempt to use default notation with a default UDP if the keyword "Default" is entered. The default is standard notation on C (for 5L 2s) and diamond-mos for any nondiatonic mosses. | The template will attempt to use default notation with a default UDP if the keyword "Default" is entered. The default is standard notation on C (for 5L 2s) and diamond-mos for any nondiatonic mosses. | ||
Line 88: | Line 73: | ||
}} | }} | ||
</pre> | </pre> | ||
=== Advanced usage === | === Advanced usage === | ||
Line 113: | Line 94: | ||
}} | }} | ||
</pre> | </pre> | ||
==== Showing alterations ==== | ==== Showing alterations ==== | ||
Line 134: | Line 102: | ||
}} | }} | ||
</pre> | </pre> | ||
=== Limitations === | === Limitations === | ||
Setting the number of alterations to any value greater than 1 throws the following error: | Setting the number of alterations to any value greater than 1 throws the following error: | ||
<pre>Lua error: Internal error: The interpreter has terminated with signal "24".</pre> | <pre>Lua error: Internal error: The interpreter has terminated with signal "24".</pre> | ||