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/bass.ly
Eric Teunis de Boone 0cd17410d9 New Scores for Kilaloe and the Keel Row
Updated the templates a bit
2018-10-10 00:31:36 +02:00

29 lines
385 B
Text

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