mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Alexander MacKenzie: fullscore with double pipes
This commit is contained in:
parent
4684b3f16d
commit
3d6ab64cb9
9 changed files with 475 additions and 2 deletions
Binary file not shown.
108
airs/alexander_mackenzie/full.ly
Normal file
108
airs/alexander_mackenzie/full.ly
Normal file
|
@ -0,0 +1,108 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\include "config.ily"
|
||||||
|
%\include "notes.bass.ily"
|
||||||
|
\include "notes.tenor.ily"
|
||||||
|
\include "notes.side.ily"
|
||||||
|
\include "notes.pipes.ily"
|
||||||
|
\include "notes.pipes.seconds.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||||
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \line
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
|
||||||
|
\part \halfline
|
||||||
|
\break
|
||||||
|
\halfline \bar "||"
|
||||||
|
|
||||||
|
\break
|
||||||
|
\part \halfline
|
||||||
|
\break
|
||||||
|
\halfline \bar "|."
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
{
|
||||||
|
\pipesAA
|
||||||
|
\pipesAB s8
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesBB s8
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesAB s8
|
||||||
|
|
||||||
|
}%Pipes
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\new Staff = "seconds" {
|
||||||
|
\pipessecndglobal
|
||||||
|
\set Staff.instrumentName = \markup{ \instrumentPipes Seconds }
|
||||||
|
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd}
|
||||||
|
\pipessecndA s8
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBBA s8
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBBB s8
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "side" {
|
||||||
|
\sideglobal
|
||||||
|
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||||
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||||
|
\snareAA \snareAB s8
|
||||||
|
|
||||||
|
\snareBA
|
||||||
|
\snareBB s8
|
||||||
|
|
||||||
|
\snareBA \snareAB s8
|
||||||
|
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "tenor" {
|
||||||
|
\tenorglobal
|
||||||
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||||
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
|
||||||
|
\tenorAA \tenorAB s8
|
||||||
|
|
||||||
|
\tenorBA
|
||||||
|
\tenorBB s8
|
||||||
|
|
||||||
|
\tenorBA \tenorAB s8
|
||||||
|
}
|
||||||
|
% \new PipeBandDrumStaff = "bass" {
|
||||||
|
% \bassglobal
|
||||||
|
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||||
|
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||||
|
%
|
||||||
|
% }
|
||||||
|
>>
|
||||||
|
\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 }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
39
airs/alexander_mackenzie/notes.pipes.ily
Normal file
39
airs/alexander_mackenzie/notes.pipes.ily
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
% 6/8 Alexander MacKenzie
|
||||||
|
% Pipes
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipes = ""
|
||||||
|
pipeglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
pipesAA = {
|
||||||
|
\grg e16. [ d32 ] |
|
||||||
|
\dblc c8 [ \gre a8. b16 ] \grg a4 \grg a8 |
|
||||||
|
\grg f8 [ A8. f16 ] \dble e4. |
|
||||||
|
A4 \hdble e16. [ d32 ] \dblc c8 [ b8 \grG a8 ] |
|
||||||
|
\grg c4 \grg c16. [ d32 ] \dblb b4
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesAB = {
|
||||||
|
\grg a16. [ b32 ] |
|
||||||
|
\dblc c8 [ \gre a8. b16 ] \grg a4 \grg a8 |
|
||||||
|
\grg f8 [ A8. f16 ] \dble e4 \grg a16. [ b32 ] |
|
||||||
|
\grg c32 [ e16. A8~ ] A16. [ c32 ] \grg b8 \grd c4 |
|
||||||
|
\bgrip a4. \wbirl a4
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesBA = {
|
||||||
|
e8 |
|
||||||
|
\grg b4 \grg b16. [ c32 ] \thrwd d8 [ \grg f8 e8 ] |
|
||||||
|
\grg a4 \grg c16. [ d32 ] \dble e4. |
|
||||||
|
\grg b4 \grg b16. [ c32 ] \thrwd d8 [ \grg f8. e16 ] |
|
||||||
|
\gra e4. \dble e4
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesBB = {
|
||||||
|
\grg e8 |
|
||||||
|
\grg b4 \grg b16. [ c32 ] \thrwd d8 [ \grg f8 e8 ] |
|
||||||
|
\grg a4 \grg c16. [ d32 ] \dble e4 \grg a16. [ b32 ] |
|
||||||
|
\grg c32 [ e16. A8~ ] A16. [ c32 ] \grg b8 \grd c4 |
|
||||||
|
\bgrip a4. \wbirl a4
|
||||||
|
}
|
41
airs/alexander_mackenzie/notes.pipes.seconds.ily
Normal file
41
airs/alexander_mackenzie/notes.pipes.seconds.ily
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
% 6/8 Alexander MacKenzie
|
||||||
|
% Pipes (Seconds)
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipessecnd = ""
|
||||||
|
pipessecndglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
pipessecndA = {
|
||||||
|
\grg c16. [ f32 ] |
|
||||||
|
\dble e8 [ \grg c8. d16 ] \grg c4 \grg c8 |
|
||||||
|
\grg d8 [ f8. d16 ] \dblc c4. |
|
||||||
|
f4 \grg c16. [ b32 ] \dble e8 [ d8 c8 ] |
|
||||||
|
\dble e4 \grg e16. [ f32 ] \thrwd d4 \grg c16. [ d32 ] |
|
||||||
|
|
||||||
|
\dble e8 [ \grg c8. d16 ] \grg c4 \grg c8 |
|
||||||
|
\grg d8 [ f8. d16 ] \dblc c4 \grg c16. [ d32 ] |
|
||||||
|
\grg a32 [ c16. \grg f8~ ] f16. [ a32 ] \grg d8 [ e8. d16 ] |
|
||||||
|
\dblc c4. \grip c4
|
||||||
|
}
|
||||||
|
pipessecndBA = {
|
||||||
|
\grg c8 |
|
||||||
|
\grg d4 \grg d16. [ e32 ] \grg f8 [ d8 c8 ] |
|
||||||
|
\grg c4 \grg e16. [ f32 ] \dblc c4. |
|
||||||
|
\grg d4 \grg d16. [ e32 ] \grg f8 [ d8. c16 ] |
|
||||||
|
\grG c4. \dblc c4
|
||||||
|
}
|
||||||
|
pipessecndBBA = {
|
||||||
|
\grg c8 |
|
||||||
|
\grg d4 \grg d16. [ e32 ] \grg f8 [ d8 c8 ] |
|
||||||
|
\grg c4 \grg e16. [ f32 ] \dblc c4 \grg c16. [ d32 ] |
|
||||||
|
\grg a32 [ c16. \grg f8~ ] f16. [ a32 ] \grg d8 [ e8. d16 ] |
|
||||||
|
\dblc c4. \grip c4
|
||||||
|
}
|
||||||
|
pipessecndBBB = {
|
||||||
|
\grg c16. [ d32 ] |
|
||||||
|
\dble e8 [ \grg c8. d16 ] \grg c4 \grg c8 |
|
||||||
|
\grg d8 [ f8. d16 ] \dblc c4 \grg c16. [ d32 ] |
|
||||||
|
\grg a32 [ c16. \grg f8~ ] f16. [ a32 ] \grg d8 [ e8. d16 ] |
|
||||||
|
\dblc c4. \grip c4
|
||||||
|
}
|
||||||
|
|
124
airs/alexander_mackenzie/pipes.full.ly
Normal file
124
airs/alexander_mackenzie/pipes.full.ly
Normal file
|
@ -0,0 +1,124 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\include "config.ily"
|
||||||
|
\include "notes.pipes.ily"
|
||||||
|
\include "notes.pipes.seconds.ily"
|
||||||
|
%\include "notes.pipes.thirds.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\new Staff = "pipes" {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
\set Staff.instrumentName = \markup{ \instrumentPipes }
|
||||||
|
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \line
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
|
||||||
|
\part \halfline
|
||||||
|
\break
|
||||||
|
\halfline \bar "||"
|
||||||
|
|
||||||
|
\break
|
||||||
|
\part \halfline
|
||||||
|
\break
|
||||||
|
\halfline \bar "|."
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipesAA
|
||||||
|
\pipesAB s8
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesBB s8
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesAB s8
|
||||||
|
}%Pipes
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\new Staff = "seconds" {
|
||||||
|
\pipessecndglobal
|
||||||
|
\set Staff.instrumentName = \markup{ \instrumentPipes Seconds }
|
||||||
|
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd}
|
||||||
|
\pipessecndA s8
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBBA s8
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBBB s8
|
||||||
|
}
|
||||||
|
% \new Staff = "thirds" {
|
||||||
|
% \pipesthrdglobal
|
||||||
|
% \set Staff.instrumentName = \markup{ \instrumentPipes Thirds }
|
||||||
|
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 3rd }
|
||||||
|
% }
|
||||||
|
>>
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
composer = \markup \large {
|
||||||
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
||||||
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
|
||||||
|
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \composerPipesthrd ":" }} #} )
|
||||||
|
}
|
||||||
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
||||||
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
|
||||||
|
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \instrumentPipesthrd }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\global
|
||||||
|
\new Staff = "pipes" {
|
||||||
|
\pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
\pipesAA
|
||||||
|
\pipesAB
|
||||||
|
|
||||||
|
\pipesAA
|
||||||
|
\pipesAB
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesBB
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesAB
|
||||||
|
|
||||||
|
}
|
||||||
|
\new Staff = "seconds" {
|
||||||
|
\pipessecndglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%% Seconds
|
||||||
|
\pipessecndA
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBBA
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBBB
|
||||||
|
}
|
||||||
|
% \new Staff = "thirds" {
|
||||||
|
% \pipesthrdglobal
|
||||||
|
% \set Staff.midiInstrument = #"bagpipe"
|
||||||
|
% %% Thirds
|
||||||
|
|
||||||
|
% }
|
||||||
|
>>
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
}
|
||||||
|
}
|
64
airs/alexander_mackenzie/pipes.ly
Normal file
64
airs/alexander_mackenzie/pipes.ly
Normal file
|
@ -0,0 +1,64 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "config.ily"
|
||||||
|
\include "notes.pipes.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \line
|
||||||
|
}
|
||||||
|
|
||||||
|
\break
|
||||||
|
|
||||||
|
\part \line \bar "||"
|
||||||
|
\break
|
||||||
|
\part \line \bar "|."
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipesAA
|
||||||
|
\pipesAB s8
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesBB s8
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesAB s8
|
||||||
|
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
|
||||||
|
\pipesAA
|
||||||
|
\pipesAB
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesBB
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesAB
|
||||||
|
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
}
|
||||||
|
}
|
73
airs/alexander_mackenzie/pipes.seconds.ly
Normal file
73
airs/alexander_mackenzie/pipes.seconds.ly
Normal file
|
@ -0,0 +1,73 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "config.ily"
|
||||||
|
\include "notes.pipes.seconds.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipessecndglobal
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \line
|
||||||
|
}
|
||||||
|
|
||||||
|
\break
|
||||||
|
%\repeat volta 2 {
|
||||||
|
% \part \halfline
|
||||||
|
%}
|
||||||
|
%\alternative {
|
||||||
|
% {\halfline}
|
||||||
|
% {\halfline}
|
||||||
|
%}
|
||||||
|
\part \line
|
||||||
|
\bar "||"
|
||||||
|
\break
|
||||||
|
\part \line
|
||||||
|
\bar "|."
|
||||||
|
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipessecndA s8
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBBA s8
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBBB s8
|
||||||
|
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes\instrumentSecnd
|
||||||
|
composer = \composerPipessecnd
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipessecndglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
|
||||||
|
\partial 8
|
||||||
|
\pipessecndA
|
||||||
|
\pipessecndA
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBBA
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBBB
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes \instrumentSecnd
|
||||||
|
composer = \composerPipessecnd
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -2,6 +2,26 @@
|
||||||
% Side
|
% Side
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerSide = "v1.1, 2015"
|
composerSide = "v1.1, 2015"
|
||||||
|
intro = \drummode {% by Dean Hall, 2006
|
||||||
|
\flam d4 \triplet { d8:32( g8:32 g8) }
|
||||||
|
d8. d16
|
||||||
|
\flam g8. d16:64(
|
||||||
|
|
|
||||||
|
d16)-> g8.->
|
||||||
|
\triplet { d16 g d g d8-> }
|
||||||
|
g8. g16
|
||||||
|
d4:32(
|
||||||
|
|
|
||||||
|
d4)->
|
||||||
|
g8. \flam g16->
|
||||||
|
\triplet { d16 g d g d8-> }
|
||||||
|
\triplet { g8 d g }
|
||||||
|
|
|
||||||
|
\triplet { d16 g d g d8-> }
|
||||||
|
\triplet { g8 d g }
|
||||||
|
d4:32(
|
||||||
|
d4)
|
||||||
|
}
|
||||||
snareA = \drummode {
|
snareA = \drummode {
|
||||||
\flamddr d4 \flam g8.[\fr d16:64(] d8.[) \dragddr d16] d8.[ \fr g16] |
|
\flamddr d4 \flam g8.[\fr d16:64(] d8.[) \dragddr d16] d8.[ \fr g16] |
|
||||||
d8.:64[(-> g16]) \triplet { d16[ g d g d8]} \triplet { g8[ d8 \flamddr g8] } \flam d8.[ \fr g16] |
|
d8.:64[(-> g16]) \triplet { d16[ g d g d8]} \triplet { g8[ d8 \flamddr g8] } \flam d8.[ \fr g16] |
|
||||||
|
|
|
@ -7,8 +7,12 @@
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
{\repeat volta 2 { \line } \break \part \line \break \bar "||" \part \line \bar "|." }
|
{
|
||||||
{\snareA s8 \snareBA \snareBB }
|
\mark "Intro"
|
||||||
|
\line
|
||||||
|
\mark "Tune"
|
||||||
|
\repeat volta 2 { \line } \break \part \line \break \bar "||" \part \line \bar "|." }
|
||||||
|
{\intro \snareA s8 \snareBA \snareBB }
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
\header {
|
\header {
|
||||||
|
|
Loading…
Reference in a new issue