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:
parent
a63a7cdc6c
commit
27b5a9f0c8
52 changed files with 648 additions and 433 deletions
|
@ -2,6 +2,7 @@
|
|||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
|
@ -11,7 +12,7 @@ pipesA = {
|
|||
\grg f8. [ g16 ] \hdblf f8. [ e16 ] |
|
||||
\thrwd d8 [ \grg f8 ] \birl a8 [ \thrwd d8 ] |
|
||||
\dblc c8 [ e8 ] \birl a8. [ e16 ] |
|
||||
\grg f8 [ \birl a8 ] \thrwd d8. [ e16 ] |
|
||||
\grg f8 [ \birl a8 ] \thrwd d8. [ e16 ] |
|
||||
|
||||
\grg f8. [ g16 ] \hdblf f8. [ e16 ] |
|
||||
\thrwd d8 [ \grg f8 ] \birl a8 [ \thrwd d8 ] |
|
||||
|
@ -24,7 +25,7 @@ pipesB = {
|
|||
\dblA A8. [ f16 ] \thrwd d8. [ f16 ] |
|
||||
\dble e8 [ \grg f8 ] \birl a8 [ \grg e16 f16 ] |
|
||||
\dblg g8. [ e16 ] \dblc c8 [ a8 ] |
|
||||
\thrwd d8 [ f8 ] \wbirl a8 [ \dblg g8 ] |
|
||||
\thrwd d8 [ f8 ] \wbirl a8 [ \dblg g8 ] |
|
||||
|
||||
\dblA A8. [ f16 ] \thrwd d8. [ f16 ] |
|
||||
\grg e8 [ \grg f8 ] \birl a8 [ \grg e16 f16 ] |
|
||||
|
@ -37,7 +38,7 @@ pipesC = {
|
|||
A16. [ f32 \grg d32 f16. ] \grg f32 [ A16. d32 f16. ] |
|
||||
\dble e8 [ f8 ] \birl a8 [ \grg e16 f16 ] |
|
||||
\grA g16. [ e32 \grg c32 e16. ] \grg e32 [ A16. c32 e16. ] |
|
||||
\thrwd d8 [ f8 ] \birl a8 [ \dblg g8 ] |
|
||||
\thrwd d8 [ f8 ] \birl a8 [ \dblg g8 ] |
|
||||
|
||||
A16. [ f32 \grg d32 f16. ] \grg f32 [ A16. d32 f16. ] |
|
||||
\dble e8 [ f8 ] \birl a8 [ \grg e16 f16 ] |
|
||||
|
@ -50,7 +51,7 @@ pipesD = {
|
|||
A16. [ f32 d16. f32 ] \grg a16. [ f32 \grg d32 f16. ] |
|
||||
A16. [ f32 d16. f32 ] \grg a16. [ f32 \grg d32 f16. ] |
|
||||
\grA g16. [ e32 \grg c32 \grd e16. ] \grg a16. [ e32 \grg c32 e16. ] |
|
||||
\grA g16. [ e32 \grg c32 \grd e16. ] \grg a16. [ e32 \grg c32 e16. ] |
|
||||
\grA g16. [ e32 \grg c32 \grd e16. ] \grg a16. [ e32 \grg c32 e16. ] |
|
||||
|
||||
A16. [ f32 d16. f32 ] \grg a16. [ f32 \grg d32 f16. ] |
|
||||
A16. [ f32 d16. f32 ] \grg a16. [ f32 \grg d32 f16. ] |
|
||||
|
|
|
@ -19,14 +19,14 @@
|
|||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s8
|
||||
|
||||
\pipesB s8
|
||||
|
||||
\pipesC s8
|
||||
|
||||
|
||||
\pipesD s8
|
||||
}
|
||||
>>
|
||||
|
@ -36,6 +36,7 @@
|
|||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
|
@ -43,6 +44,7 @@
|
|||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
|
@ -61,5 +63,6 @@
|
|||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue