1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/airs/miss_kirkwood/pipes.seconds.ly
2017-01-01 13:18:45 +01:00

55 lines
787 B
Text

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