tools.hy 100 B

123456
  1. (defn note-ly [pitch]
  2. (import [abjad :as abj])
  3. (setv note (abj.NumberedPitch pitch))
  4. (abj.f note))