pipeband-music/4-4_marches/bonnie_galloway/pipes.ly

46 lines
560 B
Plaintext
Raw Normal View History

2016-03-11 23:56:40 +01:00
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
2016-03-11 23:56:40 +01:00
\score {
\new Staff {
\global
\pipeglobal
<<
{
\line \bar "||"
\break
\line \bar "|."
2016-03-11 23:56:40 +01:00
}
{
2020-10-01 15:29:55 +02:00
\pipesAA
\pipesAB
2016-03-11 23:56:40 +01:00
2020-10-01 15:29:55 +02:00
\pipesBA
\pipesAB
2016-03-11 23:56:40 +01:00
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
2020-10-01 15:29:55 +02:00
\pipesAA
\pipesAB
2020-10-01 15:29:55 +02:00
\pipesBA
\pipesAB
2016-03-11 23:56:40 +01:00
}
\midi { \confTempo }
}