Template:MOS modes/doc: Difference between revisions
Corrected an error in documentation (incorrect sample code) |
No edit summary |
||
Line 7: | Line 7: | ||
!Description | !Description | ||
|- | |- | ||
| | |Scale Signature | ||
|Yes (optional on mos pages) | |Yes (optional on mos pages) | ||
|The mos pattern in the form "xL ys" (for 2/1-equivalent mosses), "xL ys<nowiki><p/q>" or "xL ys⟨p/q⟩" (for non-2/1 mosses), or "xL ys (p/q-equivalent)" (if the tuning is specified in the page's title). If left blank, then the page's title will be used instead.</nowiki> | |The mos pattern in the form "xL ys" (for 2/1-equivalent mosses), "xL ys<nowiki><p/q>" or "xL ys⟨p/q⟩" (for non-2/1 mosses), or "xL ys (p/q-equivalent)" (if the tuning is specified in the page's title). If left blank, then the page's title will be used instead.</nowiki> | ||
|- | |- | ||
| | |Mode Names | ||
|No (optional) | |No (optional) | ||
|A list of names delimited using semicolons. The number of names must match the number of modes or names will not be added. If the tuning is "5L 2s", then mode names (Lydian, Ionian, etc) are automatically added. | |A list of names delimited using semicolons. The number of names must match the number of modes or names will not be added. If the tuning is "5L 2s", then mode names (Lydian, Ionian, etc) are automatically added. | ||
Line 21: | Line 21: | ||
=== Usage with a different tuning === | === Usage with a different tuning === | ||
To specify a tuning, include it as shown below. Non-octave tunings are supported. | To specify a tuning, include it as shown below. Non-octave tunings are supported. | ||
<pre>{{MOS modes| | <pre>{{MOS modes|Scale Signature=5L 3s}}</pre> | ||
{{MOS modes| | {{MOS modes|Scale Signature=5L 3s}} | ||
<pre>{{MOS modes| | <pre>{{MOS modes|Scale Signature=4L 5s <3/1>}}</pre> | ||
{{MOS modes| | {{MOS modes|Scale Signature=4L 5s <3/1>}} | ||
=== Usage with mode names === | === Usage with mode names === | ||
Names for each mode are separated by semicolons, as shown below. A mode may have multiple names or a name consisting of multiple words. | Names for each mode are separated by semicolons, as shown below. A mode may have multiple names or a name consisting of multiple words. | ||
<pre>{{MOS modes| | <pre>{{MOS modes|Scale Signature=5L 3s|Mode Names=Dylathian, Dylian; Ilarnekian; Celephaïsian; Ultharian; Mnarian; Kadathian, Kadian; Hlanithian, Hlanian; Sarnathian, Sarnian, Sarn}}</pre> | ||
{{MOS modes| | {{MOS modes|Scale Signature=5L 3s|ModeNames=Dylathian, Dylian; Ilarnekian; Celephaïsian; Ultharian; Mnarian; Kadathian, Kadian; Hlanithian, Hlanian; Sarnathian, Sarnian, Sarn}} | ||
<pre>{{MOS modes| | <pre>{{MOS modes|Scale Signature=4L 5s <3/1>|Mode Names=Walker I; Walker II; Moll I (Delta); Lambda; Moll II (Pierce); Harmonic; Dur I; Walker A; Walker B}}</pre> | ||
{{MOS modes| | {{MOS modes|Scale Signature=4L 5s <3/1>|Mode Names=Walker I; Walker II; Moll I (Delta); Lambda; Moll II (Pierce); Harmonic; Dur I; Walker A; Walker B}} | ||
=== To-do === | === To-do === | ||
* Some mos pages have more than one set of names. This currently is not supported. | * Some mos pages have more than one set of names. This currently is not supported. |