command line tool for managing lilypond projects

chaosmonk bf4706e362 cleanup 5 years ago
lilypond 75d50bb4e0 rename example music 5 years ago
COPYING 9cec8d1042 add license 5 years ago
README.md e3089fd892 update README 5 years ago
actions.py bf4706e362 cleanup 5 years ago
config.yaml 403a4ea75d inherit instrumentation by id 5 years ago
defaults.yaml f234bd8320 rewrite with merge_settings() 5 years ago
lpm eed4a6fa56 lpm init 5 years ago
utils.py bf4706e362 cleanup 5 years ago

README.md

Install Dependencies

  • lilypond
  • pyyaml
  • python-ly
  • argcomplete

In Debian/Ubuntu/Trisquel

$ sudo apt install lilypond python3-yaml python3-ly python3-argcomplete

Enable Tab Completion

$ sudo activate-global-python-argcomplete3 # takes effect after restarting shell

Clone and Initialize

$ git clone https://notabug.org/chaosmonk/lpm.git
$ cd lpm/
$ ./lpm init

Configure

Edit config.yaml.

$ ./lpm configure

Input music

Edit lilypond/*/*.ily

Compile

$ cd lilypond/
$ lilypond *.ly