1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 20:54:40 +02:00
pipeband-music/airs/when_the_pipers_play/pipes.seconds.ly
2019-01-28 00:27:16 +01:00

50 lines
791 B
Text

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