command line tool for managing lilypond projects

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

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