mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13:31 +01:00
Added Green Hills and When the Battle
This commit is contained in:
parent
572bd76646
commit
00d272d70a
6 changed files with 210 additions and 0 deletions
18
3-4_marches/green_hills_of_tyrol/config.ily
Normal file
18
3-4_marches/green_hills_of_tyrol/config.ily
Normal file
|
@ -0,0 +1,18 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\key d \major
|
||||
\time 3/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "The Green Hills of Tyrol"
|
||||
meter = "Retreat"
|
31
3-4_marches/green_hills_of_tyrol/notes.pipes.ily
Normal file
31
3-4_marches/green_hills_of_tyrol/notes.pipes.ily
Normal file
|
@ -0,0 +1,31 @@
|
|||
% 3/4 Green Hills of Tyrol
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "PM J. MacLeod"
|
||||
arrangerPipes = "1936"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg a8. [ b16 ] \grip c4 \dblc c8 [ \gre a8 ]
|
||||
\grg c8 [ \thrwd d8 ] \dble e4 \gra e8 [ f8 ]
|
||||
\dblc c8 [ f8 ] \dble e8. [ c16 ] \grg b4
|
||||
\grip b8 [ f8 ] \dble e8. [ c16 ] \grG a4
|
||||
|
||||
\grg a8. [ b16 ] \grip c4 \dblc c8 [ \gre a8 ]
|
||||
\grg c8 [ \thrwd d8 ] \dble e4 \gra e8 [ f8 ]
|
||||
\dblc c8 [ f8 ] \dble e8. [ c16 ] \grg b4
|
||||
\dblb b8 [ \grG a8 ] \dblc c8. [ b16 ] \grG a4
|
||||
}
|
||||
pipesB = {
|
||||
\dblc c8 [ e8 ] \dblA A4 \grg A4
|
||||
\grf g8 [ f8 ] \dblf f8 [ e8 ] \gra e4
|
||||
\grg e8. [ f16 ] \dble e8 [ d8 ] \dbld d4
|
||||
\grg d8. [ e16 ] \dbld d8 [ c8 ] \grip c4
|
||||
|
||||
\dblc c8 [ e8 ] \dblA A4 \grg A4
|
||||
\grf g8 [ f8 ] \dblf f8 [ e8 ] \gra e4
|
||||
\grg e8. [ f16 ] \dble e4 \gra e8. [ d16 ]
|
||||
\grg c8 [ d8 ] \dble e2
|
||||
}
|
56
3-4_marches/green_hills_of_tyrol/pipes.ly
Normal file
56
3-4_marches/green_hills_of_tyrol/pipes.ly
Normal file
|
@ -0,0 +1,56 @@
|
|||
\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 {
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
}%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
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
\pipesB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
18
3-4_marches/when_the_battle_is_over/config.ily
Normal file
18
3-4_marches/when_the_battle_is_over/config.ily
Normal file
|
@ -0,0 +1,18 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\key d \major
|
||||
\time 3/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "When the Battle is Over"
|
||||
meter = "Retreat"
|
31
3-4_marches/when_the_battle_is_over/notes.pipes.ily
Normal file
31
3-4_marches/when_the_battle_is_over/notes.pipes.ily
Normal file
|
@ -0,0 +1,31 @@
|
|||
% 3/4 When the Battle is Over
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = "1936"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg a8. [ b16 ] \grip c4 \dblA A4 |
|
||||
\hdblf f8 [ e8 ] \dblc c4 \grG a4 |
|
||||
\grg a8. [ b16 ] \grip c4 \dble e8. [ c16 ] |
|
||||
\dblb b8 [ \grG a8 ] \grip b2 |
|
||||
|
||||
\grg a8. [ b16 ] \grip c4 \dblA A4 |
|
||||
\hdblf f8 [ e8 ] \dblc c4 \grG a4 |
|
||||
\grg a8. [ b16 ] \grip c4 \grg e8. [ c16 ] |
|
||||
\grg b8. [ c16 ] \grG a2
|
||||
}
|
||||
pipesB = {
|
||||
\dble e8. [ c16 ] \dblb b4 \grG a4 |
|
||||
\dblA A8. [ g16 ] \hdblf f4 \grg e4 |
|
||||
\grg a8. [ b16 ] \grip c4 \grg e8. [ c16 ] |
|
||||
\dblb b8 [ \grG a8 ] \grip b2 |
|
||||
|
||||
\dble e8. [ c16 ] \dblb b4 \grG a4 |
|
||||
\dblA A8. [ g16 ] \hdblf f4 \grg e4 |
|
||||
\grg a8. [ b16 ] \grip c4 \grg e8. [ c16 ] |
|
||||
\grg b8. [ c16 ] \grG a2
|
||||
}
|
56
3-4_marches/when_the_battle_is_over/pipes.ly
Normal file
56
3-4_marches/when_the_battle_is_over/pipes.ly
Normal file
|
@ -0,0 +1,56 @@
|
|||
\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 {
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
}%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
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
\pipesB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue