mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
New Tunes: Hills of Alva, Bugle Horn,
Waters of Kylesku, Thunderhead
This commit is contained in:
parent
034181bccf
commit
d99208f1b1
12 changed files with 514 additions and 0 deletions
17
jigs/thunderhead/config.ily
Normal file
17
jigs/thunderhead/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\key d \major
|
||||
\time 6/8
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4. = 125
|
||||
}
|
||||
%% Format
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Thunderhead"
|
||||
meter = "Jig"
|
38
jigs/thunderhead/notes.pipes.ily
Normal file
38
jigs/thunderhead/notes.pipes.ily
Normal file
|
@ -0,0 +1,38 @@
|
|||
% 6/8 Thunderhead
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "G. Larsen"
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\key d \major
|
||||
}
|
||||
% Music
|
||||
pipesAA = {
|
||||
\grg b8 \grd b8 \gre b8 \grg f8 b8 \grG b8 |
|
||||
\grg e8 b8 \grG b8 \grg d8 b8 \grG a8 |
|
||||
\grg b8 \grd b8 \gre b8 \grg f8 g8 f8 |
|
||||
\grg e8 d8 b8 \grg a8 \grd b8 d8 |
|
||||
|
||||
\grg b8 \grd b8 \gre b8 \grg f8 b8 \grG b8 |
|
||||
\grg e8 b8 \grG b \grg d8 e f |
|
||||
\grA g8 f8 e \grg f8 e d8 |
|
||||
\grg e8 d8 b
|
||||
|
||||
}
|
||||
pipesABA = {
|
||||
\grg a8[ \grd b8 d8]
|
||||
}
|
||||
pipesABB = {
|
||||
\grg a8 [ \grd b8 \gre a8 ]
|
||||
}
|
||||
pipesB = {
|
||||
A8 f8 d8 \grg e8 d8 b |
|
||||
\grg a8 \grd b d \grg c8 \grd c8 \gre c8 |
|
||||
\grg b8 \grd c8 \gre c8 \grg b8 \grd c8 \gre c8 |
|
||||
\grg d8 c8 b8 \grg c8 \grd c8 \gre c8 |
|
||||
|
||||
A8 f8 d8 \grg e8 d8 b |
|
||||
\grg a8 \grd b8 d8 \grg c8 \grd c8 \gre c8 |
|
||||
\grg b16 c16 d8 b8 \grg c8 \grd a8 A8
|
||||
g8 e8 c8 \thrwd d4.
|
||||
}
|
64
jigs/thunderhead/pipes.ly
Normal file
64
jigs/thunderhead/pipes.ly
Normal file
|
@ -0,0 +1,64 @@
|
|||
\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 {
|
||||
\halfline
|
||||
\repeat unfold 3 { \measure }
|
||||
s4.
|
||||
} \alternative {
|
||||
{ \grace {s1} s4. }
|
||||
{ \grace {s1} s4. }
|
||||
}
|
||||
\break
|
||||
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
\halfline
|
||||
}
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
\pipesAA
|
||||
\pipesABA
|
||||
\pipesABB
|
||||
|
||||
\pipesB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
|
||||
\pipesAA \pipesABA
|
||||
\pipesAA \pipesABB
|
||||
|
||||
\pipesB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue