1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

Added pipes to Road to the Isles, moved it to 2-4_marches

This commit is contained in:
Eric Teunis de Boone 2019-10-16 10:06:18 +02:00
parent 3f1cd3d02f
commit 3db4cbaa90
8 changed files with 291 additions and 1 deletions

View file

@ -0,0 +1,67 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\line
}
\break
\repeat volta 2 {
\part
\halfline
} \alternative {
{ \part \halfline }
{ \part \halfline }
}
\bar "|."
}%Format
\new Voice = "pipes" {
\pipesAA
\pipesAB s8
\pipesBA s8
\pipesBBA s8
\pipesBBB s8
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesAA \pipesAB
\pipesAA \pipesAB
\pipesBA \pipesBBA
\pipesBA \pipesBBB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}