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 'point-and-click #f)
|
|
|
|
#(ly:set-option 'relative-includes #t)
|
2015-08-07 00:05:35 +02:00
|
|
|
|
2015-11-05 01:39:52 +01:00
|
|
|
\include "lilydrum/layout_tweaks.ily"
|
|
|
|
\include "lilydrum/musical_functions.ily"
|
|
|
|
\include "lilydrum/embellishments.ily"
|
|
|
|
\include "lilydrum/flourishing.ily"
|
|
|
|
\include "lilydrum/special_sticking.ily"
|