2017-09-18 16:13:23 +02:00
|
|
|
\version "2.18.2"
|
|
|
|
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
|
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.side.ily"
|
|
|
|
|
|
|
|
\score {
|
|
|
|
\new PipeBandDrumStaff {
|
|
|
|
\global
|
|
|
|
\sideglobal
|
|
|
|
<<
|
|
|
|
\new NullVoice = "format" {
|
|
|
|
\repeat volta 2 {
|
|
|
|
\part
|
|
|
|
\line
|
|
|
|
}
|
|
|
|
\break
|
|
|
|
\repeat volta 2 {
|
|
|
|
\part
|
|
|
|
\line
|
|
|
|
}
|
|
|
|
}%Format
|
|
|
|
|
|
|
|
\new DrumVoice = "side" {
|
2018-01-27 09:09:21 +01:00
|
|
|
\sidePI
|
|
|
|
\sideMidII
|
|
|
|
\sidePI
|
|
|
|
\sideEndII s8
|
2017-09-18 16:13:23 +02:00
|
|
|
|
2018-01-27 09:09:21 +01:00
|
|
|
\sidePII
|
|
|
|
\sideMidII
|
|
|
|
\sidePI
|
|
|
|
\sideEndII s8
|
2017-09-18 16:13:23 +02:00
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = #(string-append instrumentSide " 2")
|
|
|
|
composer = \composerSide
|
|
|
|
arranger = \arrangerSide
|
|
|
|
}
|
|
|
|
}
|