just-intonation.hps 420 B

123456789101112131415161718
  1. # the twelve-tone scale in just intonation
  2. { name "twelve-tone just intonation"
  3. size 1200
  4. notes [
  5. (note "A" 0)
  6. (note "A♯" 111.72 black)
  7. (note "B" 203.91)
  8. (note "C" 315.64)
  9. (note "C♯" 386.31 black)
  10. (note "D" 498.04)
  11. (note "D♯" 582.51 black)
  12. (note "E" 701.96)
  13. (note "F" 813.69)
  14. (note "F♯" 884.36 black)
  15. (note "G" 996.09)
  16. (note "G♯" 1088.27 black)
  17. ]
  18. }