1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 20:39:20 +02:00

Updated/Fixed 2/4 Marches and 3/4 Marches (+ template)

This commit is contained in:
Eric Teunis de Boone 2019-01-21 02:07:22 +01:00
parent a63a7cdc6c
commit 27b5a9f0c8
52 changed files with 648 additions and 433 deletions

View file

@ -2,6 +2,7 @@
% Pipes
\version "2.18.2"
composerPipes = "PM J. MacLellan, DCM"
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
@ -10,8 +11,8 @@ pipesA = {
\thrwd d8. [ e16 ] \grg f4 \dblf f8 [ A8 ] |
\grf g8 [ \grA e8 ] \dblf f4 \thrwd d4 |
A8. [ f16 ] \thrwd d4 \dbld d8. [ e16 ] |
\grg f8 [ \birl a8 ] \grg f4 \dble e4 |
\grg f8 [ \birl a8 ] \grg f4 \dble e4 |
\grg e8. [ d16 ] \dblc c4 \grip c8 [ A8 ] |
\grf g8 [ \grA e8 ] \thrwd d4 \gre a4 |
\grg e8. [ f16 ] \dblg g4 \grA g8 [ b8 ] |
@ -22,7 +23,7 @@ pipesB = {
\dbld d8. [ f16 ] \dblA A4 \grg A8. [ g16 ] |
\grA f8. [ g16 ] \dblA A4 \hdblf f4 |
\thrwd d8 [ \gre a8 ] \grip b4 \dblg g8. [ f16 ] |
\grg e8 [ \thrwd d8 ] \grg f4 \dble e4 |
\grg e8 [ \thrwd d8 ] \grg f4 \dble e4 |
\grg e8. [ d16 ] \dblc c4 \grip c8 [ A8 ] |
\grf g8 [ \grA e8 ] \thrwd d4 \gre a4 |
@ -33,7 +34,7 @@ pipesC = {
\dblc c8. [ b16 ] \grb a4 \wbirl a8 [ \grd c8 ] |
\grg e8 [ g8 ] \hdblf f4 \thrwd d4 |
\dblc c8. [ b16 ] \grb a4 \wbirl a8 [ \grd c8 ] |
\dblA A8. [ g16 ] \hdblf f4 \dble e8 [ a8 ] |
\dblA A8. [ g16 ] \hdblf f4 \dble e8 [ a8 ] |
\thrwd d8. [ f16 ] \dblA A4 \hdblf f8 [ A8 ] |
g16. [ f32 ] \grg e16. [ d32 ] \dblc c4 \slurb b4 |

View file

@ -23,7 +23,7 @@
\line
}
}%Format
\new Voice = "pipes" {
\pipesA
@ -38,6 +38,7 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
@ -57,5 +58,6 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}