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 = ""
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
@ -14,7 +15,7 @@ pipesA = {
\dble e8. [ d16 ] \grg c4 \dble e4 |
\dblc c8 [ \gre a8 ] \grg b4 \grip c4 |
\dblA A8. [ f16 ] \dble e4 \dblc c8 [ \gre a8 ] |
\dblb b4 \grG a2
\dblb b4 \grG a2
}
pipesB = {
\grg c8. [ d16 ] \dble e4 \gra e4 |
@ -25,6 +26,6 @@ pipesB = {
a8. [ b16 ] \grip c4 \dblb b4 |
\grG a4 \grg b4 \grip c4 |
\dblA A8. [ f16 ] \dble e4 \dblc c8 [ \gre a8 ] |
\dblb b4 \grG a2
\dblb b4 \grG a2
}

View file

@ -26,5 +26,27 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\repeat unfold 2 {
\pipesA
}
\repeat unfold 2 {
\pipesB
}
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}