pipeband-music/4-4_marches/scotland_the_brave/high-pipes.ly

49 lines
663 B
Plaintext
Raw Normal View History

2016-03-18 16:53:58 +01:00
\version "2.18.2"
2016-12-02 08:41:40 +01:00
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
2016-03-18 16:53:58 +01:00
\score {
\new Staff {
\global
\pipeglobal
<<
{
\part \line \break \line \bar "|." \break
\part \line \break \line \bar "|." \break
}%Format
{
\pipesAA
\pipesAB s8
\pipesBAhigh
\pipesBB
}
>>
}
\header {
2016-12-02 08:41:40 +01:00
title = #(string-append title " (high)" )
2016-03-18 16:53:58 +01:00
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesAA
\pipesAB
\pipesBAhigh
\pipesBB
}
\midi { \confTempo }
}