1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-17 05:19:21 +02:00

February Save

This commit is contained in:
Eric Teunis de Boone 2016-02-19 11:57:29 +01:00
parent 792d8f563e
commit 6a49a218be
97 changed files with 2256 additions and 1158 deletions

View file

@ -2,7 +2,6 @@
%% Globals
global = {
\time 3/4
\eighthBeaming
}
%% Format
@ -17,4 +16,4 @@ meter = "Retreat"
composerSide = ""
composerTenor = ""
composerBass = ""
composerPipes = ""
composerPipes = ""

View file

@ -0,0 +1,79 @@
\version "2.19.0"
\include "config.ily"
%\include "notes.bass.ily"
%\include "notes.tenor.ily"
\include "notes.side.ily"
\include "notes.pipes.ily"
\score {
\new StaffGroup <<
\new Staff {
\global
\pipeglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
<<
{
\repeat volta 2 { \line }
\break
\repeat volta 2 { \halfline }
\alternative {
{\halfline}
{\halfline}
}
\bar "|."
%\line \bar "||" \break
%\line \bar "|."
}%Format
{
\pipesA
\pipesB
\pipesBA
\pipesBB
}%Pipes
>>
}
\new PipeBandDrumStaff = "side" {
\sideglobal
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
\snareAA
\snareAB
\snareBA
\snareBB
\snareAB
}
% \new PipeBandDrumStaff = "bass" {
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
%
% }
% \new PipeBandDrumStaff = "tenor" {
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
%
% }
>>
\header {
title = \title
meter = \meter
composer = \markup \large {
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
$(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} )
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
}
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
}
}
}
}

View file

@ -0,0 +1,38 @@
% 3/4 On the Road to Passchendaele
% Pipes
\version "2.18.2"
composerPipes = "PM Gavin Stoddart MBE BEM / Alan Brydon"
pipeglobal = {
\bagpipeKey
}
pipesA = {
\grg a8. [ b16 ] \grip c4~ c8 [ \grG c8 ] |
\grg d8 [ f8 ] \dble e4 c4 |
\grg a8. [ b16 ] \grip c4~ c8 [ e8 ] |
\grg f8 [ ( e8 c8 ] ) \grg b2 |
\grg a8. [ b16 ] \grip c4~ c8 [ \grG c8 ] |
\grg d8 [ f8 ] \dble e4 c4 |
\grg a8. [ b16 ] \grip c4~ c8 [ e8 ] |
\dbld d4 \rodin a2
}
pipesB = {
\grg f8. [ g16 ] \dblA A4~ A8 [ g8 ] |
\grA f8 [ A8 ] \hdble e4 \grd c4 |
\grg a8. [ b16 ] \grip c4~ c8 [ f8 ] |
\dble e8 [ ( d8 c8 ] ) \grg b2
}
pipesBA = {
\grg f8. [ g16 ] \dblA A4~ A8 [ g8 ] |
\dblf f8 [ A8 ] \dble e4 c4 |
\grg a8. [ b16 ] \grip c4~ c8 [ e8 ] |
\dbld d4 \rodin a2
}
pipesBB = {
\grg a8. [ b16 ] \grip c4~ c8 [ \grG c8 ] |
\grg d8 [ f8 ] \dble e4 \grd c4 |
\grg a8. [ b16 ] \grip c4~ c8 [ e8 ] |
\dbld d4 \rodin a2
}

View file

@ -2,7 +2,9 @@
% Snare
\version "2.18.2"
composerSide = ""
sideglobal = {
\eighthBeaming
}
%%music
snareAA = \drummode {
\flamd d8. g16 d4:32( d8) d8:32( |
@ -32,4 +34,4 @@ snareBB = \drummode {
\flamd d8. g16 d4:32( d8:32)(-> \tuplet 3/2 { g16) d g } |
d16. d32 \flamg g8 d4:32( d4)
}
}

View file

@ -0,0 +1,36 @@
\version "2.18.2"
\include "config.ily"
\include "notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
{
\repeat volta 2 { \line }
\break
\repeat volta 2 { \halfline}
\alternative {
{\halfline}
{\halfline}
}
\bar "|."
}
{
\pipesA
\pipesB
\pipesBA
\pipesBB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}

View file

@ -6,11 +6,19 @@
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
{
\repeat volta 2 { \line } \break
\line \bar "||" \break
\line \bar "|."
\repeat volta 2 { \line }
\break
\repeat volta 2 { \halfline }
\alternative {
{\halfline}
{\halfline}
}
\bar "|."
%\line \bar "||" \break
%\line \bar "|."
}
{
\snareAA
@ -18,8 +26,6 @@
\snareBA
\snareBB
\snareBA
\snareAB
}
>>
@ -30,4 +36,4 @@
instrument = \instrumentSide
composer = \composerSide
}
}
}