2016-08-16 11:16:30 +02: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-08-16 11:16:30 +02:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new PipeBandDrumStaff {
|
|
|
|
\global
|
|
|
|
\sideglobal
|
|
|
|
<<
|
|
|
|
{
|
2018-03-13 11:55:02 +01:00
|
|
|
\part \line \break
|
|
|
|
\line \bar "||"
|
2016-08-16 11:16:30 +02:00
|
|
|
\break
|
2018-03-13 11:55:02 +01:00
|
|
|
\line \break
|
2016-08-16 11:16:30 +02:00
|
|
|
\line \bar "|."
|
|
|
|
}%Format
|
2018-03-13 11:55:02 +01:00
|
|
|
{
|
|
|
|
s8 \snareAA
|
2016-08-16 11:16:30 +02:00
|
|
|
\snareAB
|
|
|
|
|
2018-03-13 11:55:02 +01:00
|
|
|
\snareBA
|
|
|
|
\snareBB s8
|
2016-08-16 11:16:30 +02:00
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentSide
|
|
|
|
composer = \composerSide
|
|
|
|
}
|
|
|
|
}
|