mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-12 14:43:31 +01:00
edd1abcaac
Especially for flourishing symbols Went for a special context, d/g still available in DrumStaff PipeBandDrumStaff has all characteristics of a regular PB DrumStaff Oh, entered another score :)
34 lines
869 B
Text
Executable file
34 lines
869 B
Text
Executable file
\version "2.16.2"
|
|
%{
|
|
LilyPond file definitions for Pipeband drumming scores.
|
|
Primarily focused on Snare drumming,
|
|
occasional bass or tenor scores should be possible.
|
|
|
|
This file builds on work done by Simon Froger.
|
|
|
|
Substantial changes by ET de Boone, Seaforth Highlanders of Holland (seaforth.nl)
|
|
Include by using :
|
|
\include "[pathtothisfile]" e.g. "~/lilydrum.ly"
|
|
|
|
Music has to be put into :
|
|
\new DrumStaff {
|
|
\drummode {
|
|
[musique]
|
|
}
|
|
}
|
|
|
|
%}
|
|
|
|
% Note name defs :
|
|
% "d" for the right hand ("droite") and
|
|
% "g" for the left hand ("gauche")
|
|
%-----------------------------------------
|
|
|
|
#(ly:set-option 'point-and-click #f)
|
|
#(ly:set-option 'relative-includes #t)
|
|
|
|
\include "lilydrum/layout_tweaks.ily"
|
|
\include "lilydrum/musical_functions.ily"
|
|
\include "lilydrum/embellishments.ily"
|
|
\include "lilydrum/flourishing.ily"
|
|
\include "lilydrum/special_sticking.ily"
|