pipeband-music/airs/sands_of_kuwait/pipes.ly

69 lines
940 B
Plaintext
Raw Normal View History

2019-02-11 01:44:17 +01:00
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\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
\pipesBA
\pipesBBA
\pipesBBB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipesA
\pipesA
\pipesBA
\pipesBBA
\pipesBA
\pipesBBB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}