Skip to content

stp412/compose.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

compose.sh

bash script for using lilypad with a terminal editor, like nvim, in a window manager, like bspwm

dependencies

  • lilypond
  • an editor like nvim
  • inotify-tools
  • mupdf

das it i think

installation

move script to a scripts folder and set an alias in your shell. something like:

alias compose='$HOME/scripts/compose.sh nvim $1'

usage

./compose.sh *editor* *file.ly* opens your editor of choice (maybe, idk lol. it works with nvim) with the name of the file you put. should end with .ly. lilypond will generate a new pdf everytime you save, kill mupdf then open a new mupdf with the current pdf. mupdf closes on exiting editor.

known issues

  • spews scrap onto editor

About

bash script for using lilypad with a terminal editor like nvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages