Module:MOS intro: Difference between revisions
m Fixed error with links and link text |
m Fixed error with octave-equivalence link |
||
| Line 98: | Line 98: | ||
-- Is the scale nonoctave? | -- Is the scale nonoctave? | ||
if equave_in_cents == 1200 then | if equave_in_cents == 1200 then | ||
sentence = sentence .. string.format("an [[octave-equivalent | sentence = sentence .. string.format("an [[octave equivalence|octave-equivalent]] [[moment of symmetry]] scale") | ||
else | else | ||
sentence = sentence .. string.format("a [[non-octave]], [[%s]]-equivalent [[moment_of_symmetry]] scale", equave_as_ratio) | sentence = sentence .. string.format("a [[non-octave]], [[%s]]-equivalent [[moment_of_symmetry]] scale", equave_as_ratio) | ||