Module:MOS intro: Difference between revisions
Added step ratios to ancestral mos |
m an "of" |
||
| Line 164: | Line 164: | ||
descendant_type = string.format("%s is a '''chromatic scale''' of [[%s]]", mos.as_string(input_mos), mos.as_string(ancestor_mos)) | descendant_type = string.format("%s is a '''chromatic scale''' of [[%s]]", mos.as_string(input_mos), mos.as_string(ancestor_mos)) | ||
elseif generations == 2 then | elseif generations == 2 then | ||
descendant_type = string.format("%s is an '''enharmonic scale | descendant_type = string.format("%s is an '''enharmonic scale''' of [[%s]]", mos.as_string(input_mos), mos.as_string(ancestor_mos)) | ||
else | else | ||
descendant_type = string.format("%s is a descendant scale of [[%s]]", mos.as_string(input_mos), mos.as_string(ancestor_mos)) | descendant_type = string.format("%s is a descendant scale of [[%s]]", mos.as_string(input_mos), mos.as_string(ancestor_mos)) | ||