pipeband-music/template/side.ly

31 lines
424 B
Plaintext
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
2016-01-07 14:47:02 +01:00
\score {
\new PipeBandDrumStaff {
\global
2016-11-07 09:27:20 +01:00
\sideglobal
2016-02-19 11:57:29 +01:00
<<
2016-11-07 09:27:20 +01:00
\new NullVoice = "format" {
}%Format
\new DrumVoice = "side" {
}
2016-01-07 14:47:02 +01:00
>>
}
\header {
title = \title
subtitle = \subtitle
2016-01-07 14:47:02 +01:00
meter = \meter
instrument = \instrumentSide
composer = \composerSide
2016-12-02 08:41:40 +01:00
arranger = \arrangerSide
2016-01-07 14:47:02 +01:00
}
2016-02-19 11:57:29 +01:00
}