mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
Arrangement Update: Embellishments
This commit is contained in:
parent
f8d3e8a0e7
commit
3a4a5652ed
11 changed files with 256 additions and 86 deletions
|
@ -2,6 +2,7 @@
|
|||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
|
@ -21,13 +22,13 @@ pipesA = {
|
|||
|
||||
pipesB = {
|
||||
\dblg g8 |
|
||||
\grA G8. [ \grd b16 ] \thrwd d8 [ \gre G8 ] \dblb b8 [ \gre G8 ] \whslurd d8. [ b16 ] |
|
||||
\grg G8. [ \grd b16 ] \thrwd d8 [ \gre G8 ] \dblb b8. [ a16 ] \grg G8. [ \grd b16 ] |
|
||||
\grA G8. [ b16 ] \thrwd d8 [ \gre G8 ] \dblb b8 [ \gre G8 ] \whslurd d8. [ b16 ] |
|
||||
\grg G8. [ b16 ] \thrwd d8 [ \gre G8 ] \dblb b8. [ a16 ] \grg G8. [ b16 ] |
|
||||
\grg a8. [ \grd c16 ] \dble e8 [ a8 ] \dblc c8 [ \gre a8 ] \dble e8. [ c16 ] |
|
||||
\grg a8. [ \grd c16 ] \dble e8 [ a8 ] \dblc c8. [ b16 ] \grg a8 [ \dblg g8 ] |
|
||||
|
||||
\grA G8. [ \grg b16 ] \thrwd d8 [ \gre G8 ] \dblb b8 [ \gre G8 ] \whslurd d8. [ b16 ] |
|
||||
\grg G8. [ \grd b16 ] \thrwd d8 [ \gre G8 ] \dblb b8. [ a16 ] \grg G8. [ \grd b16 ] |
|
||||
\grA G8. [ b16 ] \thrwd d8 [ \gre G8 ] \dblb b8 [ \gre G8 ] \whslurd d8. [ b16 ] |
|
||||
\grg G8. [ b16 ] \thrwd d8 [ \gre G8 ] \dblb b8. [ a16 ] \grg G8. [ \grd b16 ] |
|
||||
\grg a8. [ b16 ] \grg c4 \grip e8. [ f16 ] \dblg g8 [ e8 ] |
|
||||
\dblA A4 \hdble e8. [ d16 ] \dblc c8. [ b16 ] \grg a8
|
||||
}
|
||||
|
@ -39,7 +40,7 @@ pipesC = {
|
|||
\thrwd d4 \dblA A8 [ d8 ] \dblf f8 [ d8 ] \dblA A8. [ f16 ] |
|
||||
\thrwd d8. [ e16 ] \grg f8. [ g16 ] \dblA A8. [ g16 ] \hdblf f8 [ A8 ] |
|
||||
|
||||
c4 \dblg g8 [ c8 ] \dble e8 [ c8 ] \dblg g8. [ e16 ] |
|
||||
\hcatchc c4 \dblg g8 [ c8 ] \dble e8 [ c8 ] \dblg g8. [ e16 ] |
|
||||
\grg c4 \grip e8. [ f16 ] \dblg g8 [ e8 ] \dblc c8 [ e8 ] |
|
||||
\dblA A8. [ f16 ] \dblg g8 [ e8 ] \dblf f8 [ d8 ] \dble e8 [ c8 ] |
|
||||
\dblA A4 \hdble e8. [ d16 ] \dblc c8. [ b16 ] \grg a8
|
||||
|
@ -48,12 +49,12 @@ pipesC = {
|
|||
pipesD = {
|
||||
\dblg g8 |
|
||||
\grA G8. [ \grd G16 ] \gre G8 [ \grd b8 ] \grg G8. [ \grd G16 ] \gre G8 [ \grd b8 ] |
|
||||
\grg G8. [ \grd G16 ] \gre G8 [ \whslurd d8 ] \dblb b8. [ a16 ] \grg G8. [ \grd b16 ] |
|
||||
\grg G8. [ \grd G16 ] \gre G8 [ \whslurd d8 ] \dblb b8. [ a16 ] \grg G8. [ b16 ] |
|
||||
\grg a8. [ \grd a16 ] \gre a8 [ \grd b8 ] \grg a8. [ \grd a16 ] \gre a8 [ \grd b8 ] |
|
||||
\grg a8. [ \grd a16 ] \gre a8 [ e8 ] \dblc c8. [ b16 ] \grg a8 [ \dblg g8 ] |
|
||||
|
||||
\grA G8. [ \grd G16 ] \gre G8 [ \grd b8 ] \grg G8. [ \grd G16 ] \gre G8 [ \grd b8 ] |
|
||||
\grg G8. [ \grd G16 ] \gre G8 [ \whslurd d8 ] \dblb b8. [ a16 ] \grg G8. [ \grd b16 ] |
|
||||
\grg G8. [ \grd G16 ] \gre G8 [ \whslurd d8 ] \dblb b8. [ a16 ] \grg G8. [ b16 ] |
|
||||
\grg a8. [ b16 ] \grg c4 \grip e8. [ f16 ] \dblg g8 [ e8 ] |
|
||||
\dblA A4 \hdble e8. [ d16 ] \dblc c8. [ b16 ] \grG a8
|
||||
}
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4 s4 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "When the Pipers play"
|
||||
meter = "March"
|
|
@ -1,34 +0,0 @@
|
|||
% 4/4 When the Pipers play
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = "J. Tuttle"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\tuplet 3/2 { a8 d8 e8 } |
|
||||
\grg f2~ f8 [ e8 ] d8. [ b16 ] |
|
||||
\grG a2~ a8 [ d8 ] \grg d8 [ c8 ] |
|
||||
\thrwd d2~ d8 [ \grg d16 e16 ] f8. [ g16 ] |
|
||||
\hdble e2~ e8 [ \grg e8 ] f8 [ g8 ] |
|
||||
|
||||
\dblA A2~ A8 [ g16 f16 ] e8 [ d8 ] |
|
||||
\grg f8. [ d16 ] a4. \grg f8 d8 [ b8 ] |
|
||||
\grg a8. [ e16 ] \grG e4. a8 \grg \tuplet 3/2 { a8 b8 d8 } |
|
||||
\grg d2~ d4
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
\tuplet 3/2 { a8 d8 e8 } |
|
||||
\grg f2~ f8 [ e8 ] d8 [ A8 ] |
|
||||
\hdblf f2~ f8 [ d8 ] e8 [ c8 ] |
|
||||
\thrwd d2~ d8 [ \grg d16 e16 ] f8. [ g16 ] |
|
||||
\hdble e2~ e8 [ A8 ] \grg A8. [ f16 ] |
|
||||
|
||||
d16 [ f8.~ ] f4. e8 d8. [ b16 ] |
|
||||
\grG a2~ a8 [ \grg f8 ] d8 [ b8 ] |
|
||||
\grg a8. [ e16 ] \gra e4. a8 \grg \tuplet 3/2 { a8 b8 d8 } |
|
||||
\grg d2~ d4
|
||||
}
|
|
@ -1,56 +0,0 @@
|
|||
\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
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s4
|
||||
|
||||
\pipesB s4
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 4
|
||||
\pipesA
|
||||
\pipesA
|
||||
\pipesB
|
||||
\pipesB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue