mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
36 lines
473 B
Text
36 lines
473 B
Text
\version "2.18.2"
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.side.ily"
|
|
|
|
\score {
|
|
\new PipeBandDrumStaff {
|
|
\global
|
|
<<
|
|
{
|
|
\part
|
|
\repeat volta 2{
|
|
\line \break
|
|
\line \break
|
|
\line \break
|
|
\line \break
|
|
}
|
|
}
|
|
{
|
|
\snarePart
|
|
\snareAA
|
|
\snareAB
|
|
\snareAC
|
|
\snareAD
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentSide
|
|
composer = \composerSide
|
|
}
|
|
}
|