mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 10:03:32 +01:00
60 lines
830 B
Text
60 lines
830 B
Text
\version "2.18.2"
|
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.pipes.seconds.ily"
|
|
|
|
\score {
|
|
\new Staff {
|
|
\global
|
|
\pipessecndglobal
|
|
<<
|
|
{
|
|
\repeat unfold 3 {
|
|
\repeat volta 2 {
|
|
\part \line
|
|
\break
|
|
}
|
|
}
|
|
}%Format
|
|
{
|
|
\pipessecndA s8
|
|
|
|
\pipessecndB s8
|
|
|
|
\pipessecndC s8
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentSecnd
|
|
composer = \composerPipesSecnd
|
|
}
|
|
}
|
|
\score {
|
|
\new Staff { \global \pipessecndglobal
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
%%Tune
|
|
\partial 8
|
|
\pipessecndA
|
|
\pipessecndA
|
|
|
|
\pipessecndB
|
|
\pipessecndB
|
|
|
|
\pipessecndC
|
|
\pipessecndC
|
|
|
|
}
|
|
\midi { \confTempo }
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentSecnd
|
|
composer = \composerPipesSecnd
|
|
}
|
|
|
|
}
|