1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 20:54:40 +02:00
pipeband-music/4-4_marches/rowan_tree/side.ly
2016-12-12 12:18:34 +01:00

34 lines
485 B
Text

\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 \halfline
}
\break
\part \halfline \bar "||"
}%Format
\new DrumVoice = "side" {
\snareA s4
\snareBA
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}