// 37edo notated as tempered HEWM using text-based accidentals ... created 2023-0719 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.5808414099450787 // 440 * (2**(-29/37)) 0 227.02702702702703c 454.05405405405406c 486.4864864864865c 713.5135135135135c 940.5405405405406c 1167.5675675675677c 2/1 // "pythagorean" C-major scale: x\37: 0 7 14 15 22 29 36 37 bb b (194.5945945945946c) # x '-'.'-' '-' (64.86486486486487c) '+' '+'.'+' '<' (0.0c) '>' displaysteps(37, below) aux(0) aux(1) aux(2) aux(3) sec() // 3 limit 'bb' bb 2*-194.5945945945946c 'b' b -194.5945945945946c // 6\37 '##' x 2*194.5945945945946c 'x' x 2*194.5945945945946c '#' # 194.5945945945946c // 6\37 // 5 & 7 limit '+' 64.86486486486487c // 2\37 '-' -64.86486486486487c '<' -0.0c // 0\37 '>' 0.0c '^' 64.86486486486487c // 11 =2\37 'v' -64.86486486486487c '}' 97.2972972972973c // 13 =3\37 '{' -97.2972972972973c '/' 129.72972972972974c // 17 =4\37 '\\' -129.72972972972974c ')' 64.86486486486487c // 19 =2\37 '(' -64.86486486486487c ']' 97.2972972972973c // 23 =3\37 '[' -97.2972972972973c '!' 64.86486486486487c // 29 =2\37 ';' -64.86486486486487c '"' 64.86486486486487c // 31 =2\37 '?' -64.86486486486487c '%' 32.432432432432435c // 37 =1\37 '&' -32.432432432432435c '$' 32.432432432432435c // 41 =1\37 '@' -32.432432432432435c '\'' 32.432432432432435c // 43 1\37 ',' 32.432432432432435c '*' 32.432432432432435c // 47 =1\37 ':' -32.432432432432435c '|' 64.86486486486487c // 53 =2\37 '.' -64.86486486486487c // 'z' 58.53658536585317c // 59 =2deg // 's' -58.536585365852716c // 'k' 4.547473508864641e-13c // 61 =0deg // 'y' 0.0c