1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 12:29:22 +02:00

Arrangement Update: Embellishments

This commit is contained in:
Eric Teunis de Boone 2019-01-28 00:27:16 +01:00
parent f8d3e8a0e7
commit 3a4a5652ed
11 changed files with 256 additions and 86 deletions

View file

@ -0,0 +1,17 @@
\version "2.19.0"
%% Globals
global = {
\time 4/4
}
confTempo = {
\tempo 4 = 70
}
%% Format
part = { \partial 8*3 \grace {s4} s8*3 }
measure = { \grace {s1} s1 | }
halfline = { \repeat unfold 4 \measure }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "When the Pipers play"
meter = "Slow Air"

View file

@ -0,0 +1,22 @@
% 4/4 When the Pipers play
% Pipes
\version "2.18.2"
composerPipes = ""
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
% Music
pipesA = {
a8 \thrwd d8. [ e16 ] |
\grg f2~ f8 [ %{^te%} e8 ] \thrwd d8. [ b16 ] |
\grG a2~ a8 [ %{^te%} d8 ] \grg d8 [ c8 ] |
\thrwd d2~ d8. [ %{^te%} e16 ] \grg f8. [ g16 ] |
\dble e2~ e8 [ %{^te%} \gra e8 ] f8 [ g8 ] |
\dblA A2~ A8 [ %{^te%} g16 f16 ] \dble e8 [ d8 ] |
\grg f8. [ d16 ] \grG a4. f8 d8 [ b8 ] |
\grG a2~ a8 [ %{^te%} \grg a16 b16 ] \grg d8. [ e16 ] |
\thrwd d2~ d8 %{^te%}
}

View file

@ -0,0 +1,22 @@
% 4/4 When the Pipers Play
% Pipes (Seconds)
\version "2.18.2"
composerPipesSecnd = ""
arrangerPipesSecnd = ""
pipessecndglobal = {
\bagpipeKey
}
% Music
pipessecndA = {
a8 \thrwd d8. [ e16 ] |
\grg f2~ f8 [ %{^te%} e8 ] d8 [ A8 ] |
\hdblf f2~ f8 [ %{^te%} d8 ] f8 [ c8 ] |
\thrwd d2~ d8. [ %{^te%} e16 ] \grg f8. [ g16 ] |
\hdble e2~ e8 [ %{^te%} A8 ] \grg A8 [ e8 ] |
f2~ f8 [ %{^te%} e16 d16 ] c8 [ b8 ] |
\grG a2~ a8 [ %{^te%} \grg f8 ] d8 [ b8 ] |
\grg a8. [ e16 ] \gra e4. a16 [ \grg a16 ] b8 [ d8 ] |
\grg d2~ d8 %{^te%}
}

View file

@ -0,0 +1,115 @@
\version "2.19.0"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\include "./notes.pipes.seconds.ily"
%\include "./notes.pipes.thirds.ily"
\layout {
indent = 8.0
short-indent = 2.0
}
\score {
\new StaffGroup <<
\new Staff = "pipes" \with {
instrumentName = \markup{ \instrumentPipes }
shortInstrumentName = \markup{ \shortInstrumentPipes }
} {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\line
}
}%Format
\new Voice = "pipes" {
\pipesA s8*3
}%Pipes
>>
}
\new Staff = "seconds" \with {
instrumentName = \markup{ \instrumentPipesSecnd }
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
} {
\pipessecndglobal
\pipessecndA s8*3
}
%{ \new Staff = "thirds" \with {
instrumentName = \markup{ \instrumentPipesThrd }
shortInstrumentName = \markup{ \shortInstrumentPipeTthrd }
} {
\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" \with {
midiInstrument = #"bagpipe"
instrumentName = \markup{ \instrumentPipes }
shortInstrumentName = \markup{ \shortInstrumentPipes }
} {
\pipeglobal
%%Tune
\partial 8*3
\pipesA
\pipesA
}
\new Staff = "seconds" \with {
midiInstrument = #"bagpipe"
instrumentName = \markup{ \instrumentPipesSecnd }
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
} {
\pipessecndglobal
%% Seconds
\partial 8*3
\pipessecndA
\pipessecndA
}
%{ \new Staff = "thirds" \with {
midiInstrument = #"bagpipe"
instrumentName = \markup{ \instrumentPipesThrd }
shortInstrumentName = \markup{ \shortInstrumentPipeThrd }
} {
\pipesthrdglobal
%% Thirds
}
%}
>>
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}

View file

@ -0,0 +1,50 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\line
}
}%Format
\new Voice = "pipes" {
\pipesA s8*3
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8*3
\pipesA
\pipesA
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}

View file

@ -0,0 +1,50 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.seconds.ily"
\score {
\new Staff {
\global
\pipessecndglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\line
}
}%Format
\new Voice = "seconds" {
\pipessecndA s8*3
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
arranger = \arrangerPipesSecnd
}
}
\score {
\new Staff { \global \pipessecndglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8*3
\pipessecndA
\pipessecndA
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
arranger = \arrangerPipesSecnd
}
}