Jump to content

torutakaishi

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by torutakaishi

  1. Ctrl-e moves the cursor to the end of line. It is like emacs, and Ctrl-a moves the cursor to the beginning of line. They are not in the command list window, and I don't know where the descriptions of these kinds of key bindings can be found.
  2. Common Lisp's APPLY function applies the function of the first argument to the remaining arguments. (setf test '((s c4) (-s s c4) (-e s c4))) (apply #'merge-voices test) => ((s c4) (s c4) (s c4))
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy