Skip to content

Write music in Vim: Plaintext music tracker, shell, and shorthand notation [plug-in repo]

License

Notifications You must be signed in to change notification settings

flipcoder/vim-textbeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-textbeat

Write music in vim using textbeat

This is only the plug-in repo. The backend code is in the repo above.

Screenshot

WORK IN PROGRESS

Install

Install as a vim plugin.

Clone textbeat.

Run textbeat's setup.py to install dependencies and make textbeat python module available. Must use python3!

And add the txbt path to your vimrc:

if has('win32')
    let g:textbeat_path = 'path-to-textbeat/txbt.cmd'
else
    let g:textbeat_path = 'path-to-textbeat/txbt'
endif

About

Write music in Vim: Plaintext music tracker, shell, and shorthand notation [plug-in repo]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published