mirror of
https://github.com/kastdeur/lilydrum.git
synced 2024-12-22 09:13:33 +01:00
446832fc14
new flourish symbols in ps added R/L near clef cheatsheet
37 lines
969 B
Text
37 lines
969 B
Text
\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/naming.ily"
|
|
\include "lilydrum/musical_functions.ily"
|
|
\include "lilydrum/embellishments.ily"
|
|
\include "lilydrum/flourishing.ily"
|
|
\include "lilydrum/special_sticking.ily"
|
|
\include "lilydrum/rehearsal_marks.ily"
|
|
\include "lilydrum/midi.ily"
|