mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
A lot of new Tunes
Still work to do on the Anthems and Jim Thomson of flagstaff
This commit is contained in:
parent
f24876228f
commit
76e6d0ffa1
53 changed files with 2225 additions and 7 deletions
17
3-4_marches/jim_thomson_of_flagstaff/config.ily
Normal file
17
3-4_marches/jim_thomson_of_flagstaff/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 3/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s1} s4*3 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Jim Thomson of Flagstaff"
|
||||
meter = "March"
|
47
3-4_marches/jim_thomson_of_flagstaff/notes.pipes.ily
Normal file
47
3-4_marches/jim_thomson_of_flagstaff/notes.pipes.ily
Normal file
|
@ -0,0 +1,47 @@
|
|||
% 3/4 Jim Thomson of Flagstaff
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "R. Watt"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg a8. [ b16 ] \grip c4 \dblc c8 [ a8 ] |
|
||||
\dblb b8 [ a8 ] \grg f4 \gre f4 |
|
||||
\dblA A8. [ f16 ] \grg e4 e8 [ f8 ] |
|
||||
\dble e8. [ c16 ] \dblb b2 |
|
||||
|
||||
\grg a8. [ b16 ] \grip c4 \dblc c8 [ a8 ] |
|
||||
\dblb b8 [ a8 ] \grg f4 \gre f4 |
|
||||
\grg e8. [ f16 ] \dble e4 e8 [ c8 ] |
|
||||
}
|
||||
pipesABA = {
|
||||
\dblb b8. \grG a16 \grg a2
|
||||
}
|
||||
pipesABB = {
|
||||
\dblb b8. \grG a16 a4. \wbirl a8
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
\grg \tuplet 3/2 { b8 [ c8 e8 ] } \grg f4 \grg f8 [ e8 ] |
|
||||
\dblA A8. [ e16 ] \grg c4 \grip c4 |
|
||||
\dblA A8. [ f16 ] \grg e4 e8 [ f8 ] |
|
||||
\dble e8. [ c16 ] \dblb b4. \grG a8 |
|
||||
}
|
||||
pipesBBA = {
|
||||
\dble e8. [ c16 ] \dblb b4. \grG a8 |
|
||||
|
||||
\grg \tuplet 3/2 { b8 [ c8 e8 ] } \grg f4 \grg f8 [ e8 ] |
|
||||
\dblA A8. [ e16 ] \grg c4 \grip c4 |
|
||||
\dblA A8. [ f16 ] \grg e4 e8 [ c8 ] |
|
||||
\dblb b8. [ \grG a16 ] a4. \wbirl a8 |
|
||||
}
|
||||
pipesBBB = {
|
||||
\dble e8. [ c16 ] \dblb b2 |
|
||||
|
||||
\grg a8. [ b16 ] \grip c4 \dblc c8 [ a8 ] |
|
||||
\dblb b8 [ a8 ] \grg f4 \gre f4 |
|
||||
\grg e8. [ f16 ] \dble e4 e8 [ c8 ] |
|
||||
\dblb b8. [ \grG a16. ] a4. \wbirl a8
|
||||
}
|
74
3-4_marches/jim_thomson_of_flagstaff/pipes.ly
Normal file
74
3-4_marches/jim_thomson_of_flagstaff/pipes.ly
Normal file
|
@ -0,0 +1,74 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
\measure \measure \measure
|
||||
}\alternative{
|
||||
\measure
|
||||
\measure
|
||||
}
|
||||
\bar "|."
|
||||
\break
|
||||
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
}\alternative{
|
||||
{
|
||||
\measure
|
||||
\halfline
|
||||
}
|
||||
{
|
||||
\measure
|
||||
\halfline
|
||||
}
|
||||
}
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
\pipesABA
|
||||
\pipesABB
|
||||
|
||||
\pipesBA
|
||||
\pipesBBA
|
||||
\pipesBBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesA \pipesABA
|
||||
\pipesA \pipesABB
|
||||
|
||||
\pipesBA \pipesBBA
|
||||
\pipesBA \pipesBBB
|
||||
|
||||
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue