README.org (927B)
1 #+title: 2CELLOS Sheet Music 2 3 This is my repository for 2cellos songs. I don't often have the 4 desire to play anything by them, so this will be a long project. 5 6 * Directory structure 7 8 A piece will typically be laid out like so: 9 #+begin_example 10 └─hurt/ 11 ├─1.ly 12 ├─2.ly 13 ├─hurt-1.ly 14 ├─hurt-1.midi 15 ├─hurt-1.pdf 16 ├─hurt-2.ly 17 ├─hurt-2.midi 18 ├─hurt-2.pdf 19 ├─hurt.ly 20 ├─hurt.midi 21 ├─hurt.pdf 22 └─Makefile 23 #+end_example 24 25 Where: 26 - =1.ly= and =2.ly= contain the actual music 27 - =hurt-1.ly= and =hurt-2.ly= generate individual parts 28 - =hurt.ly= generates the full score 29 - =Makefile= contains recipes for all the output files 30 31 * List of pieces 32 33 ** TODO Hurt [50%] 34 35 *** DONE notes 36 *** TODO dynamics 37 *** TODO bowings/articulations 38 *** DONE spacing issues [2/2] 39 - [X] page breaks 40 - [X] line breaks 41 42 * License 43 44 These files are all licensed under the GNU GPL version 3 or later.