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.
- Host: GitHub
- URL: https://github.com/rickh94/lilyskel
- Owner: rickh94
- License: mit
- Created: 2017-03-28T01:38:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:19:02.000Z (over 3 years ago)
- Last Synced: 2023-03-02T07:46:54.824Z (about 3 years ago)
- Topics: cli, lilypond, lilypond-files, python-3-6, tinydb
- Language: Python
- Homepage:
- Size: 705 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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).