mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-10-31 17:43:32 +01:00
49 lines
650 B
Text
49 lines
650 B
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.ily"
|
|
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipeglobal
|
|
<<
|
|
{
|
|
\part \line \break
|
|
\line \bar "||" \break
|
|
|
|
\part \line \break
|
|
\line \bar "||" \break
|
|
|
|
\part \line \break
|
|
\line \break
|
|
}
|
|
{
|
|
\pipesA s8
|
|
|
|
\pipesB s8
|
|
|
|
\pipesC s8
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentPipes
|
|
composer = \composerPipes
|
|
}
|
|
}
|
|
\score {
|
|
\new Staff { \global \pipeglobal
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
%%Tune
|
|
\partial 8
|
|
\pipesA
|
|
\pipesB
|
|
\pipesC
|
|
}
|
|
\midi { \confTempo }
|
|
}
|