pipeband-music/airs/when_the_pipers_play/pipes.seconds.ly

51 lines
791 B
Plaintext
Raw Normal View History

\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
2019-01-28 00:27:16 +01:00
\include "./notes.pipes.seconds.ily"
\score {
\new Staff {
\global
2019-01-28 00:27:16 +01:00
\pipessecndglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\line
}
}%Format
2019-01-28 00:27:16 +01:00
\new Voice = "seconds" {
\pipessecndA s8*3
}
>>
}
\header {
title = \title
meter = \meter
2019-01-28 00:27:16 +01:00
instrument = \instrumentSecnd
composer = \composerPipesSecnd
arranger = \arrangerPipesSecnd
}
}
2019-01-28 00:27:16 +01:00
\score {
2019-01-28 00:27:16 +01:00
\new Staff { \global \pipessecndglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
2019-01-28 00:27:16 +01:00
\partial 8*3
\pipessecndA
\pipessecndA
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
2019-01-28 00:27:16 +01:00
instrument = \instrumentSecnd
composer = \composerPipesSecnd
arranger = \arrangerPipesSecnd
}
}