mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
52 lines
816 B
Text
52 lines
816 B
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.charge.ily"
|
|
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipeglobal
|
|
<<
|
|
\new NullVoice = "format" {
|
|
\repeat unfold 2 {
|
|
\repeat volta 2 {
|
|
\part
|
|
\line
|
|
}
|
|
\break
|
|
}
|
|
}%Format
|
|
|
|
\new Voice = "pipes" {
|
|
\pipesChargeA s8
|
|
|
|
\pipesChargeB s8
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \titleCharge
|
|
meter = \meterCharge
|
|
instrument = \instrumentPipesCharge
|
|
composer = \composerPipesCharge
|
|
}
|
|
}
|
|
\score {
|
|
\new Staff { \global \pipeglobal
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
%%Tune
|
|
\partial 8
|
|
\pipesChargeA
|
|
\pipesChargeB
|
|
}
|
|
\midi { \confTempo }
|
|
\header {
|
|
title = \titleCharge
|
|
meter = \meterCharge
|
|
instrument = \instrumentPipesCharge
|
|
composer = \composerPipesCharge
|
|
}
|
|
}
|