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
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue