pipeband-music/template/bass.ly

31 lines
408 B
Plaintext
Raw Normal View History

2016-02-19 14:39:53 +01:00
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.bass.ily"
2016-02-19 14:39:53 +01:00
\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"
{
2016-11-07 09:27:20 +01:00
}%Format
\new DrumVoice {
2016-11-07 09:27:20 +01:00
}
2016-02-19 14:39:53 +01:00
>>
}
\header {
title = \title
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
}
}