1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/music/template/bass.ly

22 lines
271 B
Text
Raw Normal View History

2016-02-19 14:39:53 +01:00
\version "2.18.2"
\include "config.ily"
\include "notes.bass.ily"
\score {
\new PipeBandDrumStaff {
\global
\tenorglobal
<<
{ }
{ }
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentBass
composer = \composerBass
}
}