mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
New Tunes + small fixes
Banks of the Lee Hills of Glenorchy The Panda fixes: Sands of Kuwait When the Pipers Play side
This commit is contained in:
parent
65870e6ff1
commit
3613a49d89
12 changed files with 435 additions and 37 deletions
|
|
@ -9,31 +9,20 @@
|
|||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
\break
|
||||
} \alternative {
|
||||
{\halfline \break}
|
||||
\halfline
|
||||
}
|
||||
\bar "|."
|
||||
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
\repeat volta 2 {
|
||||
\pipesA
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\pipesBA
|
||||
\break
|
||||
} \alternative {
|
||||
{\pipesBBA \break}
|
||||
\pipesBBB
|
||||
}
|
||||
\bar "|."
|
||||
|
||||
\pipesBA
|
||||
\pipesBBA
|
||||
\pipesBBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
|
|
@ -47,15 +36,20 @@
|
|||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesBA
|
||||
\pipesBBA
|
||||
|
||||
\pipesBA
|
||||
\pipesBBB
|
||||
\unfoldRepeats {
|
||||
\repeat volta 2 {
|
||||
\pipesA
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\pipesBA
|
||||
\break
|
||||
} \alternative {
|
||||
{\pipesBBA \break}
|
||||
\pipesBBB
|
||||
}
|
||||
\bar "|."
|
||||
}
|
||||
|
||||
}
|
||||
\midi { \confTempo }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue