mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13:31 +01:00
Added Salute to the Royal Fendersmith
This commit is contained in:
parent
8d9eb4eba2
commit
1ecf854c2b
8 changed files with 311 additions and 3 deletions
17
airs/salute_to_the_royal_fendersmith/config.ily
Normal file
17
airs/salute_to_the_royal_fendersmith/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 12/8
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4. = 40
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4. \grace{s4.} s4. }
|
||||
measure = { \grace {s1} s1. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Salute to the Royal Fendersmith"
|
||||
meter = "Slow Air"
|
43
airs/salute_to_the_royal_fendersmith/notes.pipes.ily
Normal file
43
airs/salute_to_the_royal_fendersmith/notes.pipes.ily
Normal file
|
@ -0,0 +1,43 @@
|
|||
% 12/8 Salute to the Royal Fendersmith
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "PM J.M. Banks"
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg a4
|
||||
\repeat unfold 2 {
|
||||
b8 |
|
||||
\dblc c4 e8 \dblc c4. \gre a4.~ a4 \grc c8 |
|
||||
\grg e4 f8 \dble e2.~ e4. |
|
||||
} \alternative {
|
||||
{
|
||||
\dblA A4 f8 \dble e4. \grg a4.~ a4 f8 |
|
||||
\dble e4 c8 \slurb b4.~ b4 a8 \wbirl a4
|
||||
}
|
||||
{
|
||||
\dblA A4 f8 \dble e4. \grg a4.~ a4 b8 |
|
||||
\dblc c4 \gre b8 \grG a2.~ a4
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
\repeat unfold 2 {
|
||||
e8 |
|
||||
\gra e4 f8 \dble e4. \dblc c2. |
|
||||
\dblA A4 f8 \dble e2.~ e4 a8 |
|
||||
} \alternative {
|
||||
{
|
||||
\wbirl a4 b8 \dblc c4. e4.~ e4 f8 |
|
||||
\dble e4 c8 \slurb b2.~ b4
|
||||
}
|
||||
{
|
||||
\dblA A4 f8 \dble e4. \grg a4.~ a4 b8 |
|
||||
\dblc c4 \gre b8 \grG a2.~ a4
|
||||
}
|
||||
}
|
||||
}
|
38
airs/salute_to_the_royal_fendersmith/notes.pipes.seconds.ily
Normal file
38
airs/salute_to_the_royal_fendersmith/notes.pipes.seconds.ily
Normal file
|
@ -0,0 +1,38 @@
|
|||
% 12/8 Salute to the Royal Fendersmith
|
||||
% Pipes (Seconds)
|
||||
\version "2.18.2"
|
||||
composerPipesSecnd = "PM J.M. Banks"
|
||||
arrangerPipesSecnd = ""
|
||||
pipessecndglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipessecndAA = { % Same as pipesA
|
||||
\grg a4
|
||||
b8 |
|
||||
\dblc c4 e8 \dblc c4. \gre a4.~ a4 \grc c8 |
|
||||
\grg e4 f8 \dble e2.~ e4. |
|
||||
\dblA A4 f8 \dble e4. \grg a4.~ a4 f8 |
|
||||
\dble e4 c8 \slurb b4.~ b4
|
||||
}
|
||||
pipessecndAB = {
|
||||
c8 \grg c4 d8 |
|
||||
\dblc e4 c8 \dble e4. \grd c4.~ c4 \gre a8 |
|
||||
\grg c4 d8 \dblc c2.~ c4. |
|
||||
\dblf f4 d8 \dblc c4. \grg e4.~ e4 d8 |
|
||||
\dble e4 d8 \dblc c4 d8 \dble e4 d8 \dblc c4 a8 |
|
||||
}
|
||||
|
||||
pipessecndBA = {
|
||||
\grg c4 d8 \dblc c4. \dble e2. |
|
||||
\dblf f4 d8 \dblc c2.~ c4 e8 |
|
||||
\dblc c4 d8 \dble e4. \grg c4.~ c4 d8 |
|
||||
\dblc c4 e8 \thrwd d2.~ d4 c8 |
|
||||
}
|
||||
|
||||
pipessecndBB = {
|
||||
\grg c4 d8 \dblc c4. \dble e2. |
|
||||
\dblf f4 d8 \dblc c2.~ c4. |
|
||||
\dblf f4 d8 \dblc c4. \grg e4.~ e4 d8 |
|
||||
\dble e4 d8 \dblc c4 d8 \dble e4 d8 \dblc c4.
|
||||
}
|
100
airs/salute_to_the_royal_fendersmith/pipes.full.ly
Normal file
100
airs/salute_to_the_royal_fendersmith/pipes.full.ly
Normal file
|
@ -0,0 +1,100 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
\include "./notes.pipes.seconds.ily"
|
||||
%\include "./notes.pipes.thirds.ily"
|
||||
|
||||
mbreak = \break
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff = "pipes" \with{
|
||||
instrumentName = \markup{ \instrumentPipes }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
} {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \halfline \mbreak \halfline \bar "||"
|
||||
\break
|
||||
\halfline \mbreak \halfline \bar "|."
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
\pipesB
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
\new Staff = "seconds" \with {
|
||||
instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd}
|
||||
} {
|
||||
\pipessecndglobal
|
||||
\pipessecndAA
|
||||
\pipessecndAB
|
||||
|
||||
\pipessecndBA
|
||||
\pipessecndBB
|
||||
}
|
||||
% \new Staff = "thirds" \with {
|
||||
% instrumentName = \markup{ \instrumentPipes \instrumentThrd }
|
||||
% shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentThrd}
|
||||
% } {
|
||||
% \pipesthrdglobal
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\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
|
||||
\partial 4. \pipesA
|
||||
\pipesB
|
||||
|
||||
}
|
||||
\new Staff = "seconds" {
|
||||
\pipessecndglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%% Seconds
|
||||
\partial 4. \pipessecndAA \pipessecndAB
|
||||
\pipessecndBA \pipessecndBB
|
||||
|
||||
}
|
||||
% \new Staff = "thirds" {
|
||||
% \pipesthrdglobal
|
||||
% \set Staff.midiInstrument = #"bagpipe"
|
||||
% %% Thirds
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
51
airs/salute_to_the_royal_fendersmith/pipes.ly
Normal file
51
airs/salute_to_the_royal_fendersmith/pipes.ly
Normal file
|
@ -0,0 +1,51 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \line \bar "||"
|
||||
\break
|
||||
\line \bar "|."
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 4.
|
||||
\pipesA
|
||||
\pipesB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
57
airs/salute_to_the_royal_fendersmith/pipes.seconds.ly
Normal file
57
airs/salute_to_the_royal_fendersmith/pipes.seconds.ly
Normal file
|
@ -0,0 +1,57 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.seconds.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipessecndglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \line \bar "||"
|
||||
\break
|
||||
\line \bar "|."
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "seconds" {
|
||||
\pipessecndAA
|
||||
\pipessecndAB
|
||||
|
||||
\pipessecndBA
|
||||
\pipessecndBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSecnd
|
||||
composer = \composerPipesSecnd
|
||||
arranger = \arrangerPipesSecnd
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipessecndglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 4.
|
||||
\pipessecndAA
|
||||
\pipessecndAB
|
||||
|
||||
\pipessecndBA
|
||||
\pipessecndBB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSecnd
|
||||
composer = \composerPipesSecnd
|
||||
arranger = \arrangerPipesSecnd
|
||||
}
|
||||
|
||||
}
|
0
init-sets
Normal file → Executable file
0
init-sets
Normal file → Executable file
|
@ -3,7 +3,9 @@
|
|||
\version "2.18.2"
|
||||
composerSide = ""
|
||||
arrangerSide = ""
|
||||
sideglobal = {}
|
||||
% Music
|
||||
\snareA = \drummode {
|
||||
sideglobal = {
|
||||
\sixteenthBeaming
|
||||
}
|
||||
% Music
|
||||
snareA = \drummode {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue