mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13:31 +01:00
Missed *.pdf/midi in
This commit is contained in:
parent
d314f76966
commit
3fed96fa3e
2 changed files with 7 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
sets
|
sets
|
||||||
*.pdf
|
**/*.pdf
|
||||||
|
**/*.midi
|
||||||
|
|
11
README.md
11
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)).
|
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.
|
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.
|
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).
|
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
|
## 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.
|
It is a bash wrapper script for lilypond.
|
||||||
|
|
||||||
Inspect this file first, to link lilydrum and review options you want.
|
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
|
## 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.
|
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
|
||||||
|
|
Loading…
Reference in a new issue