An open API service indexing awesome lists of open source software.

https://github.com/rickh94/lilyskel

Painlessly create file/directory skeletons for lilypond projects.
https://github.com/rickh94/lilyskel

cli lilypond lilypond-files python-3-6 tinydb

Last synced: about 1 year ago
JSON representation

Painlessly create file/directory skeletons for lilypond projects.

Awesome Lists containing this project

README

          

Lilypond Skeletons
==================
.. image:: https://travis-ci.org/rickh94/lilyyskel.svg?branch=master
:target: https://travis-ci.org/rickh94/lilyskel
.. image:: https://codecov.io/gh/rickh94/lilyskel/branch/master/graph/badge.svg
:target: https://codecov.io/gh/rickh94/lilyskel
.. image:: https://codebeat.co/badges/94610ad1-6daf-45ff-9f89-5aede41ceda8
:target: https://codebeat.co/projects/github-com-rickh94-lilyskel-master

Generate a file/directory skeleton for lilypond projects.

Features
========
(In progress)

Generates a score, all parts, and a defs file based on information provided by
the user:

* Lilypond version installed (preferably retrieved from lilypond --version)
* Language used for input
* Instruments in the piece

- Will look up instrument information against a local tinydb database
(single json file). This database will have Instruments and Ensembles

- If something is missing, it will be created from user input and can be
added to the database for future use.

* Composer (in db too?)
* Title
* Subtitle
* Arranger
* Opus
* Copyright information
* Information for Mutopia Project headers (some info in rc file?)
* Number of movements
* Files to include

All configuration will be stored in .lyskel.yaml in the current (or
specified) directory. Users can create them manually or through an
interactive shell (with completion).