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,11 @@
% Pipes
\version "2.18.2"
composerPipes = "Trad."
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
pipesA = {
\grg e8. [ f16 ] \grg e8 [ a8 ] |
\dblc c8 [ \gre a8 ] \dble e4 |
@ -11,14 +16,14 @@ pipesA = {
\grg e8. [ f16 ] \grg e8 [ a8 ] |
\dblc c8 [ \gre a8 ] \dble e4 |
\grg a8. [ b16 ] \dblc c8 [ \gre a8 ] |
\dblb b4 \grG a4
\dblb b4 \grG a4
}
pipesB = {
\dblc c8 [ \gre a8 ] \wbirl a8. [ b16 ] |
\dblc c8 [ \gre a8 ] \dblc c4 |
\thrwd d8. [ c16 ] \grg b8. [ c16 ] |
\thrwd d8 [ \gre b8 ] \thrwd d4 |
\dblc c8 [ \gre a8 ] \wbirl a8. [ b16 ] |
\dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
\grg a8. [ b16 ] \dblc c8 [ \gre a8 ] |

View file

@ -8,22 +8,21 @@
\score {
\new Staff {
\global
\bagpipeKey
<<
{
\line
\line
}
{
\pipeglobal
\set Staff.midiInstrument = #"bagpipe"
\pipesA
\bar "||"
\pipesB
}
>>
\bar "|."
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
\layout { }
\midi { \confTempo }
}