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

@ -3,11 +3,10 @@
global = {
\time 2/4
}
confTempo = {
\tempo 4 = 80
confTempo = {
\tempo 4 = 80
}
%% Format
part = { \partial 8 s8 }
measure = { \grace {s1} s2 | }
halfline = { \repeat unfold 4 \measure }
line = { \repeat unfold 2 { \halfline } }

View file

@ -1,7 +1,8 @@
% 2/4 Maries Wedding
% Pipes
\version "2.18.2"
composerPipes = ""
composerPipes = "Trad."
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
@ -10,7 +11,7 @@ pipesA = {
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
\thrwd d8. [ e16 ] \dblf f4 |
\dble e8 [ d8 ] \dblb b8 [ d8 ] |
\dblf f8 [ e8 ] \dblf f8 [ A8 ] |
\dblf f8 [ e8 ] \dblf f8 [ A8 ] |
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
\thrwd d8. [ e16 ] \dblf f4 |
@ -22,7 +23,7 @@ pipesBA = {
\grg f8 [ A8 ] \grg A4 |
\grip A8. [ g16 ] \dblf f4 |
\dble e8 [ d8 ] \dblb b8 [ d8 ] |
\dblf f8 [ e8 ] \dblf f4
\dblf f8 [ e8 ] \dblf f4
}
pipesBBA = {

View file

@ -22,7 +22,7 @@
\halfline
}\bar "|."
}%Format
\new Voice = "pipes" {
\pipesA
@ -37,6 +37,7 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
@ -56,5 +57,6 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}