1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 12:44:42 +02:00
pipeband-music/airs/massacre_of_glencoe/side.ly
Eric Teunis de Boone a1a6b13fab Build script working with spaces again,
New Side Score: Massacre of Glencoe
2019-08-13 14:50:14 +02:00

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