2016-01-07 14:47:02 +01:00
|
|
|
\version "2.18.2"
|
|
|
|
|
2016-11-29 15:24:03 +01:00
|
|
|
\include "lilydrum.ly"
|
|
|
|
|
2016-11-29 17:06:42 +01:00
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.side.ily"
|
2016-01-07 14:47:02 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new PipeBandDrumStaff {
|
|
|
|
\global
|
2016-02-19 11:57:29 +01:00
|
|
|
<<
|
2016-11-07 09:27:20 +01:00
|
|
|
\new NullVoice = "format" {
|
|
|
|
|
|
|
|
}%Format
|
|
|
|
\new DrumVoice = "side" {
|
2022-03-30 15:29:52 +02:00
|
|
|
\sideglobal
|
2016-11-07 09:27:20 +01:00
|
|
|
|
2022-03-30 15:29:52 +02:00
|
|
|
}%Side
|
2016-01-07 14:47:02 +01:00
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
2020-07-05 21:43:13 +02:00
|
|
|
subtitle = \subtitle
|
2016-01-07 14:47:02 +01:00
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentSide
|
|
|
|
composer = \composerSide
|
2016-12-02 08:41:40 +01:00
|
|
|
arranger = \arrangerSide
|
2016-01-07 14:47:02 +01:00
|
|
|
}
|
2016-02-19 11:57:29 +01:00
|
|
|
}
|