mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Added new tunes for pipes
This commit is contained in:
parent
3d6f025aee
commit
9f9041c353
34 changed files with 877 additions and 399 deletions
|
@ -3,17 +3,14 @@
|
|||
global = {
|
||||
\time 4/4
|
||||
}
|
||||
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
line = { \repeat unfold 4 { s1 | } }
|
||||
halfline = { \repeat unfold 4 { s1 | } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "The Pikeman's March"
|
||||
meter = "March"
|
||||
|
||||
|
||||
composerSide = ""
|
||||
composerTenor = ""
|
||||
composerBass = ""
|
||||
composerPipes = ""
|
||||
title = "Title"
|
||||
meter = "Meter"
|
||||
|
|
41
4-4_marches/the_pikemans_march/notes.pipes.ily
Normal file
41
4-4_marches/the_pikemans_march/notes.pipes.ily
Normal file
|
@ -0,0 +1,41 @@
|
|||
% 4/4 Pikeman's March
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
e8 |
|
||||
\grg a4 \grg b16 [ c16 d8 ] \grg e8 [ \gra e8~ ] e8 [ d8 ] |
|
||||
\dble e8. [ d16 ] \grg e8 [ f8 ] \grg e8 [ \gra e8 ] \grg a4 |
|
||||
\grg G4 \grg b8 [ \grG a8 ] \grg b16 [ d8. ] \slurc d8 [ e8 ] |
|
||||
\dbld d8. [ b16 ] \grg G8 [ \grd b8 ] \thrwd d4 d8 [ G8 ] |
|
||||
|
||||
\grg a4 \grg b16 [ c16 d8 ] \grg e8 [ \gra e8 ] e8 [ d8 ] |
|
||||
\dble e8. [ d16 ] \grg e8 [ f8 ] \grg e8 [ \gra e8 ] \grg a4 |
|
||||
A8 [ \slurf g8 ] g8 [ e8 ] \dbld d8 [ b8 ] b8 [ G8 ] |
|
||||
\grg a8. [ \grd b16 ] \gre a8 [ \grd G8 ] \grg a4.
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
e8 |
|
||||
A8 [ \grg A8 ] A8 [ g8 ] \hdble e8 [ d8 ] d8 [ e8 ] |
|
||||
\dblg g8. [ A16 ] g8 [ e8 ] \dbld d8 [ b8 ] \grg G4 |
|
||||
A8 [ \grg A8 ] A8 [ g8 ] \hdble e8 [ d8 ] d8 [ e8 ] |
|
||||
\dblg g8. [ A16 ] g8 [ e8 ] \dblg g4 A16 [ g16 e16 ] g16 ] |
|
||||
}
|
||||
pipesBB = {
|
||||
A8 [ \grg A8 ] A8 [ g8 ] \hdble e8 [ d8 ] d8 [ e8 ] |
|
||||
\dblg g8. [ A16 ] g8 [ e8 ] \dbld d8 [ b8 ] \grg G4 |
|
||||
\grg a8. [ \grd b16 ] \gre a8 [ \grd G8 ] \grg a16 [ e8. ] \dbld d8 [ b8 ] |
|
||||
\grG a4 \grg b16 [ c16 d8 ] \dble e2 |
|
||||
}
|
||||
|
||||
pipesBC = {
|
||||
A8 [ \grg A8 ] A8 [ g8 ] \hdble e8 [ d8 ] d8 [ e8 ] |
|
||||
\dblg g8. [ A16 ] g8 [ e8 ] \dbld d8 [ b8 ] \grg G4 |
|
||||
\grg a8. [ \grd b16 ] \gre a8 [ \grd G8 ] \grg a16 [ e8. ] \dbld d8 [ b8 ] |
|
||||
\grG a4 \dblb b8 [ \gre G8 ] \grg a2
|
||||
}
|
49
4-4_marches/the_pikemans_march/pipes.ly
Normal file
49
4-4_marches/the_pikemans_march/pipes.ly
Normal file
|
@ -0,0 +1,49 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line \break
|
||||
\line \break
|
||||
}
|
||||
\part \line \break
|
||||
\line \break
|
||||
\line \break
|
||||
}
|
||||
{
|
||||
\pipesA
|
||||
|
||||
\pipesBA
|
||||
\pipesBB
|
||||
\pipesBC
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesA
|
||||
\pipesBA
|
||||
\pipesBB
|
||||
\pipesBC
|
||||
}
|
||||
\midi { \confTempo }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue