2cellos

2CELLOS Sheet Music
git clone git://git.jamzattack.xyz/2cellos
Log | Files | Refs | LICENSE

commit 53dc9ec6cfa5e4c1bff6df1cb94055a7fc52ac74
parent 922ff56d807e0c63aa9f69edcf273fbd4d6b50f3
Author: Jamie Beardslee <jdb@jamzattack.xyz>
Date:   Mon,  6 Jul 2020 00:22:42 +1200

Added README.org

Diffstat:
AREADME.org | 37+++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+), 0 deletions(-)

diff --git a/README.org b/README.org @@ -0,0 +1,37 @@ +#+title: 2CELLOS Sheet Music + +This is my repository for 2cellos songs. I don't often have the +desire to play anything by them, so this will be a long project. + +* Directory structure + +A piece will typically be laid out like so: +#+begin_example +└─hurt/ + ├─1.ly + ├─2.ly + ├─cello-1.ly + ├─cello-1.midi + ├─cello-1.pdf + ├─cello-2.ly + ├─cello-2.midi + ├─cello-2.pdf + ├─hurt.ly + ├─hurt.midi + ├─hurt.pdf + └─Makefile +#+end_example + +Where: +- =1.ly= and =2.ly= contain the actual music +- =cello-1.ly= and =cello-2.ly= generate individual parts +- =hurt.ly= generates the full score +- =Makefile= contains entries for all the output files + +* List of pieces + +** TODO Hurt + +* License + +These files are all licensed under the GNU GPL version 3 or later.