2016-02-19 14:39:53 +01:00
|
|
|
\version "2.18.2"
|
|
|
|
|
2016-11-29 15:24:03 +01:00
|
|
|
\include "lilydrum.ly"
|
|
|
|
|
2016-11-29 17:06:42 +01:00
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.bass.ily"
|
2016-02-19 14:39:53 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new PipeBandDrumStaff {
|
|
|
|
\global
|
|
|
|
<<
|
2022-03-30 15:29:52 +02:00
|
|
|
\new NullVoice = "format" {
|
2018-10-10 00:31:36 +02:00
|
|
|
|
2016-11-07 09:27:20 +01:00
|
|
|
}%Format
|
2022-03-30 15:29:52 +02:00
|
|
|
\new DrumVoice = "bass" {
|
|
|
|
\bassglobal
|
2018-10-10 00:31:36 +02:00
|
|
|
|
2022-03-30 15:29:52 +02:00
|
|
|
}%Bass
|
2016-02-19 14:39:53 +01:00
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
2020-07-05 21:43:13 +02:00
|
|
|
subtitle = \subtitle
|
2016-02-19 14:39:53 +01:00
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentBass
|
|
|
|
composer = \composerBass
|
2016-12-02 08:41:40 +01:00
|
|
|
arranger = \arrangerBass
|
2016-02-19 14:39:53 +01:00
|
|
|
}
|
|
|
|
}
|