From 3fed96fa3ec39457ee77500c464448ba637c154b Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Sun, 28 Jan 2018 16:30:16 +0100 Subject: [PATCH] Missed *.pdf/midi in --- .gitignore | 3 ++- README.md | 11 +++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2e9fc73..9050a75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ sets -*.pdf +**/*.pdf +**/*.midi diff --git a/README.md b/README.md index 2002f47..2ab4dd0 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,19 @@ It concerns pipes and three types of drums (bass, tenor and snare (or side)). To this end, you will need the bagpipe.ly normally included by lilypond aswell as the lilydrum package ([lyp-package](https://github.com/lyp-packages/lilydrum/) / [git](https://github.com/kastdeur/lilydrum)). For most tunes there are at least pipe and snare scores + a "full" score containing both. -If we play our standards for a tune, it is not included. +If I play standards/stock scores to a tune, it is not included. The same holds for tenor and bass scores. Although this is my personal collection, quite a few tunes are used for my pipeband [The Seaforth Highlanders of Holland Memorial Pipes and Drums](https://seaforth.nl). ## How to compile a score -You can use the './build' script for this. +You can use the `./build` script for this. It is a bash wrapper script for lilypond. - Inspect this file first, to link lilydrum and review options you want. -With the '-dno-strip-output-dir' setting, files will be compiled in their respective folders. +With the `-dno-strip-output-dir` setting, files will be compiled in their respective folders. ## How to add a new score -In './templates' you can find templates for the various permutations of instruments and their scores. +In `./templates` you can find templates for the various permutations of instruments and their scores. These can be used as a starting point for a new score. -You will need at least './templates/config.ily' to define the title, meter, time signature, etc +You will need at least `./templates/config.ily` to define the title, meter, time signature, etc