// 87edo notated as tempered HEWM using text-based accidentals ... created 2023-0718 by Joseph Monzo // Main accidental chains consist of: // 2 standard sharps/flats // 2 syntonic commas up/down notated as + - // 1 septimal commas up/down notated as > < // // Higher limit accidentals are entered using secondary accidentals // and are represented as various HEWM text-based accidentals C4: 440 * 0.591061153595134 // 440 * (2**(-66/87)) 0 206.8965517241379c 413.7931034482758c 496.551724137931c 703.448275862069c 910.3448275862069c 1117.2413793103447c 2/1 // "pythagorean" C-major scale: x\87: 0 15 30 36 51 66 81 87 bb b (124.13793103448275c) # x '-'.'-' '-' (27.586206896551722c) '+' '+'.'+' '<' (27.586206896551722c) '>' displaysteps(87, below) aux(0) aux(1) aux(2) aux(3) sec() // 3 limit 'bb' bb 2*-124.13793103448275c 'b' b -124.13793103448275c // 9deg '##' x 2*124.13793103448275c 'x' x 2*124.13793103448275c '#' # 124.13793103448275c // 9deg // 5 & 7 limit '+' 27.586206896551722c // 2deg '-' -27.586206896551722c '<' -27.586206896551722c // 2deg '>' 27.586206896551722c '^' 55.172413793103445c // 11 4deg 'v' -55.172413793103445c '}' 68.9655172413793c // 13 5deg '{' -68.9655172413793c '/' 96.55172413793103c // 17 7deg '\\' -96.55172413793103c ')' 96.55172413793103c // 19 7deg '(' -96.55172413793103c ']' 68.9655172413793c // 23 5deg '[' -68.9655172413793c '!' 41.37931034482759c // 29 3deg ';' -41.37931034482759c '"' 55.172413793103445c // 31 4deg '?' -55.172413793103445c '%' 41.37931034482759c // 37 3deg '&' -41.37931034482759c '$' 13.793103448275861c // 41 1deg '@' -13.793103448275861c // '\'' 0.0c // 43 0deg ratio --> 37\87 // ',' 0.0c // '*' 29.268292682926585c // 47 1deg ratio --> 48\87 // ':' -29.26829268292704c // '|' 29.268292682927495c // 53 1deg ratio --> 63\87 // '.' -29.26829268292704c // 'z' 58.53658536585317c // 59 2deg ratio --> 77\87 // 's' -58.536585365852716c // 'k' 4.547473508864641e-13c // 61 0deg ratio --> 81\87 // 'y' 0.0c