command line tool for managing lilypond projects

chaosmonk bf4706e362 cleanup пре 5 година
lilypond 75d50bb4e0 rename example music пре 5 година
COPYING 9cec8d1042 add license пре 5 година
README.md e3089fd892 update README пре 5 година
actions.py bf4706e362 cleanup пре 5 година
config.yaml 403a4ea75d inherit instrumentation by id пре 5 година
defaults.yaml f234bd8320 rewrite with merge_settings() пре 5 година
lpm eed4a6fa56 lpm init пре 5 година
utils.py bf4706e362 cleanup пре 5 година

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