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:
parent
2d22d59fe6
commit
10d9df0f15
3 changed files with 192 additions and 0 deletions
95
6-8_marches/leaving_port_ascaig/pipes.ly
Normal file
95
6-8_marches/leaving_port_ascaig/pipes.ly
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue