pipeband-music/2-4_marches/mackenzie_highlanders/pipes.ly

64 lines
826 B
Plaintext
Raw Normal View History

2016-02-19 11:57:29 +01:00
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
2016-02-19 11:57:29 +01:00
\score {
\new Staff {
\global
\pipeglobal
2016-02-19 11:57:29 +01:00
<<
{
\repeat volta 2 {
\part \line
}
\break
\repeat volta 2 {
\part \halfline
}
2016-02-19 11:57:29 +01:00
\alternative {
{\halfline}
{\halfline}
}
\bar "|."
}%Format
2016-02-19 11:57:29 +01:00
{
\pipesA s8
2016-02-19 11:57:29 +01:00
\pipesB
\pipesBA s8
\pipesBB
}
>>
2016-02-19 11:57:29 +01:00
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesA
\pipesA
\pipesB
\pipesBA
\pipesBB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
2016-02-22 00:36:34 +01:00
}
2016-02-19 11:57:29 +01:00
}