command line tool for managing lilypond projects

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

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