1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-17 05:19:21 +02:00

New Tune: Leaving Port Askaig

This commit is contained in:
Eric Teunis de Boone 2020-03-07 15:42:01 +01:00
parent 2d22d59fe6
commit 10d9df0f15
3 changed files with 192 additions and 0 deletions

View file

@ -0,0 +1,95 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
\repeat volta 2 {
\partial 8
\pipesA
}
\break
\repeat volta 2 {
\partial 8
\pipesBA
} \alternative {
\pipesBBA
\pipesBBB
}
\bar "||"
\break
\repeat volta 2 {
\partial 8
\pipesC
}
\break
\repeat volta 2 {
\partial 8
\pipesDA
} \alternative {
\pipesDBA
\pipesDBB }
\bar "|."
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\unfoldRepeats {
\repeat volta 2 {
\partial 8
\pipesA
}
\break
\repeat volta 2 {
\partial 8
\pipesBA
} \alternative {
\pipesBBA
\pipesBBB
}
\bar "||"
\break
\repeat volta 2 {
\partial 8
\pipesC
}
\break
\repeat volta 2 {
\partial 8
\pipesDA
} \alternative {
\pipesDBA
\pipesDBB }
\bar "|."
}
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}