Module:TAMNAMS: Difference between revisions
m Added comments for proposed encoding |
mNo edit summary |
||
| Line 282: | Line 282: | ||
-- - d: a diminished step, a small step minus a chroma, or -L + 2s | -- - d: a diminished step, a small step minus a chroma, or -L + 2s | ||
-- Proposed encoding (work-in-progress): | -- Proposed encoding (work-in-progress): | ||
-- 2 = Large size | -- 2 = Large size +1 chroma OR perfect size +2 chromas | ||
-- 1 = Large size | -- 1 = Large size OR perfect size +1 chroma | ||
-- 0 = | -- 0 = Perfect size; reserved for period intervals | ||
-- -1 = Small size | -- -1 = Small size OR perfect size -1 chroma | ||
-- -2 = Small size | -- -2 = Small size -1 chroma OR perfect size -2 chromas | ||
-- Large/small is translated to major/minor for nonperfectable intervals, | |||
-- perfect/diminished for bright gens, and augmented/perfect for dark gens. The | |||
-- value denotes the number of chromas from the perfect size (for perfectables) | |||
-- or either the large or small size. | |||
-- Encoding can continue for any number of chromas; only [-2, 2] is shown for | -- Encoding can continue for any number of chromas; only [-2, 2] is shown for | ||
-- demonstration. | -- demonstration. | ||
-- Encoding can be adapted for use with mos notation (EG, diamond-mos), where | -- Encoding can be adapted for use with mos notation (EG, diamond-mos), where | ||
-- the values denote how many chromas are added/subtracted. | -- the values denote how many chromas are added/subtracted. | ||