mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +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
18
6-8_marches/bugle_horn/config.ily
Normal file
18
6-8_marches/bugle_horn/config.ily
Normal file
|
@ -0,0 +1,18 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\key d \major
|
||||
\time 6/8
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4. = 100
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Bugle Horn"
|
||||
meter = "March"
|
43
6-8_marches/bugle_horn/notes.pipes.ily
Normal file
43
6-8_marches/bugle_horn/notes.pipes.ily
Normal file
|
@ -0,0 +1,43 @@
|
|||
% 6/8 Bugle Horn
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\key d \major
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
a8 |
|
||||
\thrwd d8. [ f16 \grg a8 ] \thrwd d4 \gre a8 |
|
||||
\thrwd d8. [ f16 \grg a8 ] \thrwd d4 f8 |
|
||||
\dblA A4 f8 \thrwd d4 f8 |
|
||||
\grg e4 \grip e8 \dble e4 a8 |
|
||||
|
||||
\thrwd d8. [ f16 \grg a8 ] \thrwd d4 \gre a8 |
|
||||
\thrwd d8. [ f16 \grg a8 ] \thrwd d4 f8 |
|
||||
\dblA A4 f8 \grg e4 \grip e8 |
|
||||
\dblf f4 \dbld d8 \grg d4
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
\grg e8 |
|
||||
\grg f4. \dblg g8 [ e8 g8 ] |
|
||||
\dblA A4. \hdblf f4 A8 |
|
||||
\grg A8. [ g16 f8 ] \dblf f8. [ e16 d8 ] |
|
||||
\grg f4 \grip e8 |
|
||||
}
|
||||
pipesBBA = {
|
||||
\dble e8. [ d16 e8 ] |
|
||||
\grg f4. \dblg g8 [ e8 g8 ] |
|
||||
\dblA A4. \hdblf f4 A8 |
|
||||
\grg A8. [ g16 f8 ] \grg e4 \grip e8 |
|
||||
\dblf f4 \hdbld d8 \grg d4
|
||||
}
|
||||
pipesBBB = {
|
||||
\dble e4 a8 |
|
||||
\thrwd d8. [ f16 \grg a8 ] \thrwd d4 \gre a8 |
|
||||
\thrwd d8. [ f16 \grg a8 ] \thrwd d4 f8 |
|
||||
\dblA A4 f8 \grg e4 \grip e8 |
|
||||
\dblf f4 \hdbld d8 \grg d4
|
||||
}
|
67
6-8_marches/bugle_horn/pipes.ly
Normal file
67
6-8_marches/bugle_horn/pipes.ly
Normal file
|
@ -0,0 +1,67 @@
|
|||
\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 {
|
||||
\part \line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
s2.*3 | s4.
|
||||
} \alternative {
|
||||
{ \grace {s1} s4. | \halfline }
|
||||
{ \grace {s1} s4. | \halfline }
|
||||
}
|
||||
\bar "|."
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s8
|
||||
|
||||
\pipesBA
|
||||
\pipesBBA s8
|
||||
\pipesBBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\unfoldRepeats \new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
|
||||
\repeat volta 2 {
|
||||
\partial 8 \pipesA
|
||||
}
|
||||
\repeat volta 2 {
|
||||
\pipesBA
|
||||
} \alternative {
|
||||
\pipesBBA
|
||||
\pipesBBB
|
||||
}
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue