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

@ -7,7 +7,6 @@ confTempo = {
\tempo 4 = 80
}
%% Format
part = { \partial 8 s8 }
measure = { \grace {s4} s2 | }
halfline = { \repeat unfold 4 { \measure } }
line = { \repeat unfold 2 { \halfline } }

View file

@ -2,35 +2,39 @@
% Pipes
\version "2.18.2"
composerPipes = "Trad."
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
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 ] |
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
\thrwd d8. [ e16 ] \dblf f4 |
\dble e8 [ d8 ] \dblb b8 [ \gre G8 ] |
\grg a4 \wbirl a4
\grg a4 \wbirl a4
}
pipesB = {
\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
}
pipesBA = {
\grg f8 [ A8 ] \grg A4
\grip A8. [ g16 ] \dblf f4 |
\dble e8 [ d8 ] \dblb b8 [ \gre G8 ] |
\grg a4 \wbirl a4
\grg a4 \wbirl a4
}
pipesBB = {
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
\thrwd d8. [ e16 ] \dblf f4 |
\dble e8 [ d8 ] \dblb b8 [ \gre G8 ] |
\grg a4 \wbirl a4
\grg a4 \wbirl a4
}

View file

@ -8,29 +8,29 @@
\score {
\new Staff {
\global
\bagpipeKey
\pipeglobal
<<
{
\new NullVoice = "format" {
\repeat volta 2 {
\line
}
\break
\repeat volta 2 {
\halfline
}
\alternative {
{\halfline}
{\halfline}
}
\alternative {
{ \halfline }
{ \halfline }
}
\bar "|."
}
{
\pipesA
}%Format
\pipesB
\pipesBA
\pipesBB
\new Voice = "pipes" {
\pipesA
\pipesB
\pipesBA
\pipesBB
}
>>
}
@ -39,5 +39,26 @@
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipesA
\pipesB
\pipesBA
\pipesB
\pipesBB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}