2015-08-07 00:05:35 +02:00
|
|
|
\version "2.16.2"
|
2015-03-25 00:12:57 +01:00
|
|
|
%{
|
2015-08-07 00:05:35 +02:00
|
|
|
LilyPond file definitions for Pipeband drumming scores.
|
|
|
|
Primarily focused on Snare drumming,
|
|
|
|
occasional bass or tenor scores should be possible.
|
2015-03-28 10:13:02 +01:00
|
|
|
|
2015-08-07 00:05:35 +02:00
|
|
|
This file builds on work done by Simon Froger.
|
2015-03-25 02:45:02 +01:00
|
|
|
|
2015-11-05 01:39:52 +01:00
|
|
|
Substantial changes by ET de Boone, Seaforth Highlanders of Holland (seaforth.nl)
|
2015-03-25 02:45:02 +01:00
|
|
|
Include by using :
|
2015-11-05 01:39:52 +01:00
|
|
|
\include "[pathtothisfile]" e.g. "~/lilydrum.ly"
|
2015-03-28 10:13:02 +01:00
|
|
|
|
2015-03-25 00:12:57 +01:00
|
|
|
Music has to be put into :
|
|
|
|
\new DrumStaff {
|
|
|
|
\drummode {
|
|
|
|
[musique]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
%}
|
|
|
|
|
2015-08-07 00:05:35 +02:00
|
|
|
% Note name defs :
|
|
|
|
% "d" for the right hand ("droite") and
|
|
|
|
% "g" for the left hand ("gauche")
|
2015-11-05 01:39:52 +01:00
|
|
|
%-----------------------------------------
|
2015-03-25 00:12:57 +01:00
|
|
|
|
2015-11-05 01:39:52 +01:00
|
|
|
#(ly:set-option 'relative-includes #t)
|
2015-08-07 00:05:35 +02:00
|
|
|
|
2017-05-03 13:16:58 +02:00
|
|
|
\include "lib/layout_tweaks.ily"
|
|
|
|
\include "lib/musical_functions.ily"
|
|
|
|
\include "lib/embellishments.ily"
|
|
|
|
\include "lib/flourishing.ily"
|
|
|
|
\include "lib/special_sticking.ily"
|
|
|
|
\include "lib/rehearsal_marks.ily"
|
|
|
|
\include "lib/midi.ily"
|