mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Small Tweaks to Gliding to Arnhem and 10th Btn HLI
Rewrote Caller Herrin'
This commit is contained in:
parent
d3a4898dbb
commit
2da4ee09cb
7 changed files with 57 additions and 96 deletions
|
@ -2,13 +2,14 @@
|
||||||
%% Globals
|
%% Globals
|
||||||
global = {
|
global = {
|
||||||
\time 2/4
|
\time 2/4
|
||||||
}
|
\key d \major
|
||||||
|
}
|
||||||
|
|
||||||
confTempo = {
|
confTempo = {
|
||||||
\tempo 4 = 80
|
\tempo 4 = 80
|
||||||
}
|
}
|
||||||
%% Format
|
%% Format
|
||||||
part = { \partial 8 s8 }
|
part = { \partial 8 \grace { s4 } s8 }
|
||||||
measure = { \grace { s4 } s2 | }
|
measure = { \grace { s4 } s2 | }
|
||||||
halfline = { \repeat unfold 4 { \measure } }
|
halfline = { \repeat unfold 4 { \measure } }
|
||||||
line = { \repeat unfold 2 { \halfline } }
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
% 2/4 Caller Herrini
|
% 2/4 Caller Herrini
|
||||||
% Pipes
|
% Pipes
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerPipes = "Trad., arr: A.M. Cairns"
|
composerPipes = "Trad."
|
||||||
pipeglobal = {}
|
arrangerPipes = "A.M. Cairns"
|
||||||
|
pipeglobal = {
|
||||||
|
\key d \major
|
||||||
|
}
|
||||||
pipesA = {
|
pipesA = {
|
||||||
\grg a8 |
|
\grg a8 |
|
||||||
\grg d4 \grg d8 [ \grG e8 ] |
|
\grg d4 \grg d8 [ \grG e8 ] |
|
||||||
|
@ -31,21 +34,5 @@ pipesB = {
|
||||||
\grg d4 \grg d8 [ \grG e8 ] |
|
\grg d4 \grg d8 [ \grG e8 ] |
|
||||||
\dblc c4 \thrwd d8. [ e16 ] |
|
\dblc c4 \thrwd d8. [ e16 ] |
|
||||||
\dblf f8 [ g8 ] \grA e8. [ f16 ] |
|
\dblf f8 [ g8 ] \grA e8. [ f16 ] |
|
||||||
\thrwd d4 \slurd d8 A8
|
\thrwd d4 \slurd d8
|
||||||
}
|
|
||||||
|
|
||||||
pipesC = {
|
|
||||||
g16 f16 \grg e16 d16 \grg c16 b16 \grG a16 A16 |
|
|
||||||
g16 f16 \grg e16 d16 \grg c16 b16 \grG a16 A16 |
|
|
||||||
g16 f16 \grg e16 d16 \grg d16 c16 \grg e16. f32 |
|
|
||||||
\grg f16 b16 \grg e16. d32 \dblc c16 a16 \grg b16 c16 |
|
|
||||||
|
|
||||||
\thrwd d8 \grg d16 \grG d16 \dblc c8 \grg d16. e32 |
|
|
||||||
\grg f16 g16 \grA e16. f32
|
|
||||||
}
|
|
||||||
pipesCA = {
|
|
||||||
\thrwd d8 [ \slurd d16 A16 ]
|
|
||||||
}
|
|
||||||
pipesCB = {
|
|
||||||
\thrwd d8 [ \slurd d8]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,9 @@
|
||||||
% Pipes
|
% Pipes
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerPipesSec = "Trad., arr: A.M. Cairns"
|
composerPipesSec = "Trad., arr: A.M. Cairns"
|
||||||
pipesSecglobal = {}
|
pipesSecglobal = {
|
||||||
|
\key d \major
|
||||||
|
}
|
||||||
pipesSecA = {
|
pipesSecA = {
|
||||||
\grg a8 |
|
\grg a8 |
|
||||||
\grg d4 \grg d8 [ \grG c8 ] |
|
\grg d4 \grg d8 [ \grG c8 ] |
|
||||||
|
@ -32,21 +34,5 @@ pipesSecB = {
|
||||||
\thrwd d4 \grg d8 [ \grG c8 ] |
|
\thrwd d4 \grg d8 [ \grG c8 ] |
|
||||||
\dblc c4 \grg d8. [ e16 ] |
|
\dblc c4 \grg d8. [ e16 ] |
|
||||||
\dbld d8 [ e8 ] \grA c8. [ d16 ] |
|
\dbld d8 [ e8 ] \grA c8. [ d16 ] |
|
||||||
\dblf f4 \gre f8 \gre f8
|
\dblf f4 \gre f8
|
||||||
}
|
|
||||||
|
|
||||||
pipesSecC = {
|
|
||||||
\grg e16 d16 \grg b16 c16 \grg a16 d16 \grg c16 f16 |
|
|
||||||
\grg e16 d16 \grg b16 c16 \grg a16 d16 \grg c16 f16 |
|
|
||||||
\grg e16 d16 \grg b16 c16 \grg b16 a16 \grg b16. c32 |
|
|
||||||
\grg d16 f16 \grg c16. b32 \grg a16 c16 \grg d16 e16 |
|
|
||||||
\thrwd d8 \grg d16 \grG d16 \dblc c8 \grg d16. e32 |
|
|
||||||
\grg d16 e16 \grg c16. d32
|
|
||||||
}
|
|
||||||
|
|
||||||
pipesSecCA = {
|
|
||||||
\dblf f8 \gre f16 \gre f16
|
|
||||||
}
|
|
||||||
pipesSecCB = {
|
|
||||||
\dblf f8 \gre f8
|
|
||||||
}
|
}
|
|
@ -6,54 +6,47 @@
|
||||||
\include "./notes.pipes.ily"
|
\include "./notes.pipes.ily"
|
||||||
\include "./notes.pipes.seconds.ily"
|
\include "./notes.pipes.seconds.ily"
|
||||||
|
|
||||||
|
\layout {
|
||||||
|
indent = 8.0
|
||||||
|
short-indent = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new StaffGroup <<
|
\new StaffGroup <<
|
||||||
\new Staff = "pipes" {
|
\new Staff = "pipes" \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipes }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
} {
|
||||||
\global
|
\global
|
||||||
\pipeglobal
|
\pipeglobal
|
||||||
\bagpipeKey
|
|
||||||
\set Staff.instrumentName = \markup{ \instrumentPipes }
|
|
||||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\part \line
|
\part \halfline
|
||||||
|
\halfline
|
||||||
}\break
|
}\break
|
||||||
|
|
||||||
\part \halfline \line
|
\part \halfline \line
|
||||||
|
\bar "|."
|
||||||
\repeat volta 2 {
|
|
||||||
\halfline s2 s1
|
|
||||||
}
|
|
||||||
\alternative {
|
|
||||||
{ s2 }
|
|
||||||
{s2}
|
|
||||||
}
|
|
||||||
}%Format
|
}%Format
|
||||||
{
|
{
|
||||||
\pipesA s8
|
\pipesA s8
|
||||||
|
|
||||||
\pipesB
|
\pipesB
|
||||||
|
|
||||||
\pipesC
|
|
||||||
\pipesCA
|
|
||||||
\pipesCB
|
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
\new Staff = "seconds" {
|
\new Staff = "seconds" \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipesSecnd }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
|
||||||
|
} {
|
||||||
\pipesSecglobal
|
\pipesSecglobal
|
||||||
\bagpipeKey
|
|
||||||
\set Staff.instrumentName = \markup{ \instrumentPipes Seconds }
|
|
||||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd}
|
|
||||||
|
|
||||||
\pipesSecA s8
|
\pipesSecA s8
|
||||||
|
|
||||||
\pipesSecB
|
\pipesSecB
|
||||||
|
|
||||||
\pipesSecC
|
|
||||||
\pipesSecCA
|
|
||||||
\pipesSecCB
|
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
\header {
|
\header {
|
||||||
|
|
|
@ -8,31 +8,24 @@
|
||||||
\score {
|
\score {
|
||||||
\new Staff {
|
\new Staff {
|
||||||
\global
|
\global
|
||||||
\bagpipeKey
|
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\part \halfline
|
\part \halfline
|
||||||
}\break
|
\halfline
|
||||||
|
|
||||||
\part \halfline \line
|
|
||||||
|
|
||||||
\repeat volta 2 {
|
|
||||||
\halfline s2 s1
|
|
||||||
}
|
|
||||||
\alternative {
|
|
||||||
{ s1 }
|
|
||||||
{s1}
|
|
||||||
}
|
}
|
||||||
|
\break
|
||||||
|
|
||||||
|
\part \halfline
|
||||||
|
\break
|
||||||
|
\line
|
||||||
|
\bar "|."
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
\pipesA s8
|
\pipesA s8
|
||||||
|
|
||||||
\pipesB
|
\pipesB
|
||||||
|
|
||||||
\pipesC
|
|
||||||
\pipesCA
|
|
||||||
\pipesCB
|
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
@ -41,5 +34,6 @@
|
||||||
meter = \meter
|
meter = \meter
|
||||||
instrument = \instrumentPipes
|
instrument = \instrumentPipes
|
||||||
composer = \composerPipes
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
% /6/8 10th Btn HLI Crossing the Rhine
|
% 6/8 10th Btn HLI Crossing the Rhine
|
||||||
% Pipes
|
% Pipes
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerPipes = ""
|
composerPipes = "PM D.S. Ramsay"
|
||||||
arrangerPipes = ""
|
arrangerPipes = ""
|
||||||
pipeglobal = {
|
pipeglobal = {
|
||||||
\key d \major
|
\key d \major
|
||||||
|
|
|
@ -12,7 +12,7 @@ pipesA = {
|
||||||
\dblA A8. [ e16 c8 ] \grg a8. [ \grd c16 e8 ] |
|
\dblA A8. [ e16 c8 ] \grg a8. [ \grd c16 e8 ] |
|
||||||
\grg f8. [ d16 f8 ] \dble e8. [ c16 \grG a8 ] |
|
\grg f8. [ d16 f8 ] \dble e8. [ c16 \grG a8 ] |
|
||||||
\dblA A8. [ e16 c8 ] \grg a8. [ \grd c16 e8 ] |
|
\dblA A8. [ e16 c8 ] \grg a8. [ \grd c16 e8 ] |
|
||||||
\grg f8. [ b16 \grG b8 ] \slurb b4 \dblg g8 |
|
\grg f8. [ b16 \grG b8 ] \slurb b4 \dblg g8 | | \break
|
||||||
|
|
||||||
\dblA A8. [ e16 c8 ] \grg a8. [ \grd c16 e8 ] |
|
\dblA A8. [ e16 c8 ] \grg a8. [ \grd c16 e8 ] |
|
||||||
\grg f8. [ d16 f8 ] \dble e8. [ c16 \grG a8 ] |
|
\grg f8. [ d16 f8 ] \dble e8. [ c16 \grG a8 ] |
|
||||||
|
@ -25,7 +25,7 @@ pipesB = {
|
||||||
\grg c8. [ e16 A8 ] \thrwd d8. [ \grg f16 A8 ] |
|
\grg c8. [ e16 A8 ] \thrwd d8. [ \grg f16 A8 ] |
|
||||||
\grg c8. [ e16 A8 ] \dble e8. [ c16 \grG a8 ] |
|
\grg c8. [ e16 A8 ] \dble e8. [ c16 \grG a8 ] |
|
||||||
\thrwd d8. [ \grg f16 A8 ] \hdble e8. [ \grg c16 e8 ] |
|
\thrwd d8. [ \grg f16 A8 ] \hdble e8. [ \grg c16 e8 ] |
|
||||||
\dblc c8. [ b16 \grG b8 ] \grg b8. [ c16 d8 ] |
|
\dblc c8. [ b16 \grG b8 ] \grg b8. [ c16 d8 ] | \break
|
||||||
|
|
||||||
\grg c8. [ e16 A8 ] \thrwd d8. [ \grg f16 A8 ] |
|
\grg c8. [ e16 A8 ] \thrwd d8. [ \grg f16 A8 ] |
|
||||||
\hdble e8. [ \grg c16 e8 ] \dblc c8. [ b16 \grG a8 ] |
|
\hdble e8. [ \grg c16 e8 ] \dblc c8. [ b16 \grG a8 ] |
|
||||||
|
@ -38,7 +38,7 @@ pipesC = {
|
||||||
\dblc c8. [ b16 \grG a8 ] \dble e8. [ c16 \grG a8 ] |
|
\dblc c8. [ b16 \grG a8 ] \dble e8. [ c16 \grG a8 ] |
|
||||||
\grg f8. [ d16 A8 ] \hdble e8. [ c16 \grG a8 ] |
|
\grg f8. [ d16 A8 ] \hdble e8. [ c16 \grG a8 ] |
|
||||||
\dblc c8. [ b16 \grG a8 ] \dble e8. [ c16 \grG a8 ] |
|
\dblc c8. [ b16 \grG a8 ] \dble e8. [ c16 \grG a8 ] |
|
||||||
\grg f8. [ b16 \grG b8 ] \grg b8. [ c16 d8 ] |
|
\grg f8. [ b16 \grG b8 ] \grg b8. [ c16 d8 ] | \break
|
||||||
|
|
||||||
\dblc c8. [ b16 \grG a8 ] \dble e8. [ c16 \grG a8 ] |
|
\dblc c8. [ b16 \grG a8 ] \dble e8. [ c16 \grG a8 ] |
|
||||||
\grg f8. [ d16 A8 ] \hdble e8. [ c16 \grG a8 ] |
|
\grg f8. [ d16 A8 ] \hdble e8. [ c16 \grG a8 ] |
|
||||||
|
@ -51,7 +51,7 @@ pipesD = {
|
||||||
A4 \grip A8 f8. [ g16 A8 ] |
|
A4 \grip A8 f8. [ g16 A8 ] |
|
||||||
\hdble e8. [ \grg c16 e8 ] \dblc c8. [ b16 \grG a8 ] |
|
\hdble e8. [ \grg c16 e8 ] \dblc c8. [ b16 \grG a8 ] |
|
||||||
A4 \grip A8 f8. [ g16 A8 ] |
|
A4 \grip A8 f8. [ g16 A8 ] |
|
||||||
\hdble e8. [ \grg c16 e8 ] \slurb b4 \hslurg g8 |
|
\hdble e8. [ \grg c16 e8 ] \slurb b4 \hslurg g8 | \break
|
||||||
|
|
||||||
A4 \grip A8 f8. [ g16 A8 ] |
|
A4 \grip A8 f8. [ g16 A8 ] |
|
||||||
\hdble e8. [ \grg c16 e8 ] \dblc c8. [ b16 \grG a8 ] |
|
\hdble e8. [ \grg c16 e8 ] \dblc c8. [ b16 \grG a8 ] |
|
||||||
|
|
Loading…
Reference in a new issue