mirror of
https://github.com/kastdeur/lilydrum.git
synced 2024-11-10 14:43:31 +01:00
26 lines
No EOL
411 B
Text
Executable file
26 lines
No EOL
411 B
Text
Executable file
\version "2.18.2"
|
|
|
|
\include "config.ily"
|
|
\include "notes.side.ily"
|
|
|
|
\score {
|
|
\new PipeBandDrumStaff {
|
|
\global
|
|
<<
|
|
{
|
|
\repeat volta 2 { \part \halfline \break \halfline }
|
|
\repeat volta 2 { \part \halfline \break \halfline }
|
|
}
|
|
{
|
|
\snareA s8
|
|
\snareBA s8
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentSide
|
|
composer = \composerSide
|
|
}
|
|
} |