1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/airs/morag_of_dunvegan/bass.ly
2015-11-18 02:42:10 +01:00

20 lines
No EOL
278 B
Text
Executable file

\version "2.18.2"
\include "config.ily"
\include "notes.bass.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
{\formatA \formatB}
{\bassA \bassB}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentBass
composer = \composerBass
}
}