mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
736a01c6a3
The Royal Scots Polka Heroes of Oosterbeek The Accordion Man MacDonald of the Isles Jimmy Blue Muss i denn Lady Seaforth
31 lines
450 B
Text
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
|
|
}
|
|
}
|