mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
New Tunes
----------------------------------------------------- Mairi's Wedding Lochanside My Land PM JK Cairns Cabar Feidh (Reel, Hornpipe, Jig, Strathspey) La Baum Rowan Tree Wings Molly Connell
This commit is contained in:
parent
9f6b002762
commit
560b5621b7
82 changed files with 2747 additions and 236 deletions
17
6-8_marches/glendaruel_highlanders/config.ily
Normal file
17
6-8_marches/glendaruel_highlanders/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 6/8
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4. = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "the Glendaruel Highlanders"
|
||||
meter = "March"
|
78
6-8_marches/glendaruel_highlanders/notes.pipes.ily
Normal file
78
6-8_marches/glendaruel_highlanders/notes.pipes.ily
Normal file
|
@ -0,0 +1,78 @@
|
|||
% 6/8 Glendaruel Highlendars
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "PM A. Fettes"
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
e8 |
|
||||
\grg a4 \taor a8 \grg a8. [ b16 \grip c8 ] |
|
||||
\dble e4 \grip e8 \dblf f4 \grg e8 |
|
||||
\dblc c8. [ \grg b16 \grd a8 ] \grg f16 [ A8. f8 ] |
|
||||
\dble e4. \gra e8. [ \grg f16 A8 ] |
|
||||
|
||||
a4 \taor a8 \grg a8. [ b16 \grip c8 ] |
|
||||
\dble e4 \grip e8 \dblf f4 \grg e8 |
|
||||
\grg f16 [ A8. c8 ] \dble e8. [ d16 b8 ] |
|
||||
\grg a4. \wbirl a4
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
\dble e16 [ d16 ] |
|
||||
\dblc c4 \gre a8 \grg c16 [ e8. b8 ] |
|
||||
\dblc c4 \gre a8 \wbirl a8. [ \grg c16 e8 ] |
|
||||
\grg f4 \birl a8 \grg f16 [ A8. f8 ] |
|
||||
\dble e4. \gra e8. [ \grg f16 ]
|
||||
}
|
||||
pipesBBA = {
|
||||
A8 |
|
||||
\hdblc c4 \gre a8 \grg c16 [ e8. b8 ] |
|
||||
\dblc c4 \gre a8 \wbirl a8. [ \grg c16 e8 ] |
|
||||
\grg f8. [ e16 \grg c8 ] \dble e8. [ d16 b8 ] |
|
||||
\grg a4. \wbirl a4
|
||||
}
|
||||
pipesBBB = {
|
||||
\dblg g8 |
|
||||
A8. [ c16 \grG c8 ] \grg c8. [ f16 e8 ] |
|
||||
\grg f8. [ b16 \grG b8 ] \grg b8. [ f16 e8 ] |
|
||||
\grg f16 [ A8. c8 ] \dble e8. [ d16 b8 ] |
|
||||
\grg a4. \wbirl a4
|
||||
}
|
||||
|
||||
pipesC = {
|
||||
b8 |
|
||||
\grip c4. \dble e8. [ c16 b8 ] |
|
||||
\grg a8. [ b16 \grip c8 ] \dble e4 \grg c8 |
|
||||
\grip f4. A8. [ g16 f8 ] |
|
||||
\dble e4. \gra e8. [ \grg f16 A8 ] |
|
||||
|
||||
\grip c4. \dble e8. [ c16 b8 ] |
|
||||
\grg a8. [ b16 \grip c8 ] \dble e4 \dblg g8 |
|
||||
\grA f16 [ A8. c8 ] \dble e8. [ d16 b8 ] |
|
||||
\grg a4. \wbirl a4
|
||||
}
|
||||
|
||||
pipesDA = {
|
||||
\dblg g8 |
|
||||
\dblA A4. \hdblf f8. [ e16 c8 ] |
|
||||
\grg a8. [ b16 \grip c8 ] \dble e4 \grg c8 |
|
||||
\grip f4. \dble e8. [ d16 c8 ] |
|
||||
\grg b4. \taor b4
|
||||
}
|
||||
pipesDBA = {
|
||||
\dblg g8 |
|
||||
\dblA A4. \hdblf f8. [ e16 \grg c8 ] |
|
||||
\grg a8. [ b16 \grip c8 ] \dble e4 \dblg g8 |
|
||||
\grA f16 [ A8. c8 ] \dble e8. [ d16 b8 ] |
|
||||
\grg a4. \wbirl a4
|
||||
}
|
||||
pipesDBB = {
|
||||
\dble e16 [ d16 ] |
|
||||
\grg c16 [ e8. c8 ] \dbld d8. [ c16 b8 ] |
|
||||
\grg a8. [ b16 \grip c8 ] \dble e4 \dblg g8 |
|
||||
\grA f16 [ A8. c8 ] \dble e8. [ d16 b8 ] |
|
||||
\grg a4. \wbirl a4
|
||||
}
|
81
6-8_marches/glendaruel_highlanders/pipes.ly
Normal file
81
6-8_marches/glendaruel_highlanders/pipes.ly
Normal file
|
@ -0,0 +1,81 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 2 {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\repeat unfold 3 {
|
||||
\measure
|
||||
}
|
||||
\grace{s1} s4. s4
|
||||
} \alternative {
|
||||
{\grace{s1} s8 \halfline}
|
||||
{\grace{s1} s8 \halfline}
|
||||
}
|
||||
\bar "|."
|
||||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s8
|
||||
|
||||
\pipesBA
|
||||
\pipesBBA s8
|
||||
\pipesBBB s8
|
||||
|
||||
\pipesC s8
|
||||
|
||||
\pipesDA
|
||||
\pipesDBA s8
|
||||
\pipesDBB s8
|
||||
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesBA \pipesBBA
|
||||
\pipesBA \pipesBBB
|
||||
|
||||
\pipesC
|
||||
\pipesC
|
||||
|
||||
\pipesDA \pipesDBA
|
||||
\pipesDA \pipesDBB
|
||||
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue