1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/template/side.ly

22 lines
277 B
Text
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
\include "config.ily"
\include "notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
2016-02-22 02:12:09 +01:00
\sideglobal
2016-02-19 11:57:29 +01:00
<<
{ }%Format
2016-01-07 14:47:02 +01:00
{ }
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
2016-02-19 11:57:29 +01:00
}