mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-17 05:19:21 +02:00
New Tunes: Hills of Alva, Bugle Horn,
Waters of Kylesku, Thunderhead
This commit is contained in:
parent
034181bccf
commit
d99208f1b1
12 changed files with 514 additions and 0 deletions
48
airs/waters_of_kylesku/pipes.ly
Normal file
48
airs/waters_of_kylesku/pipes.ly
Normal file
|
@ -0,0 +1,48 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part
|
||||
\halfline
|
||||
\break
|
||||
\halfline
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesA
|
||||
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue