1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/other/muss_i_denn/side.ly
Eric Teunis de Boone 736a01c6a3 Various new scores
The Royal Scots Polka
Heroes of Oosterbeek
The Accordion Man
MacDonald of the Isles
Jimmy Blue
Muss i denn
Lady Seaforth
2019-03-04 02:32:36 +01:00

31 lines
450 B
Text

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part \line
}
}%Format
\new DrumVoice = "side" {
\sideglobal
\snareA
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}