1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/strathspeys/keel_row/side.ly
Eric Teunis de Boone 0cd17410d9 New Scores for Kilaloe and the Keel Row
Updated the templates a bit
2018-10-10 00:31:36 +02:00

37 lines
514 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 {
\halfline
}
\break
\repeat volta 2 {
\halfline
}
}%Format
\new DrumVoice = "side" {
\snareA
\snareB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}