pipeband-music/template/bass.ly

31 lines
387 B
Plaintext
Raw Normal View History

2016-02-19 14:39:53 +01:00
\version "2.18.2"
\include "lilydrum.ly"
\include "lilydrum.ly"
2016-02-19 14:39:53 +01:00
\include "config.ily"
\include "notes.bass.ily"
\score {
\new PipeBandDrumStaff {
\global
2016-11-07 09:27:20 +01:00
\bassglobal
2016-02-19 14:39:53 +01:00
<<
2016-11-07 09:27:20 +01:00
\new NullVoice = "format"
{
}%Format
\new DrumVoice {
}
2016-02-19 14:39:53 +01:00
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentBass
composer = \composerBass
}
}