pipeband-music/template/bass.ly

30 lines
421 B
Plaintext

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.bass.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
\new NullVoice = "format" {
}%Format
\new DrumVoice = "bass" {
\bassglobal
}%Bass
>>
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentBass
composer = \composerBass
arranger = \arrangerBass
}
}