mirror of
https://github.com/kastdeur/lilydrum.git
synced 2024-11-16 16:43:31 +01:00
20 lines
317 B
Text
20 lines
317 B
Text
|
\version "2.18.2"
|
||
|
|
||
|
\include "morag_of_dunvegan.format.ly"
|
||
|
\include "morag_of_dunvegan.notes.bass.ly"
|
||
|
|
||
|
\score {
|
||
|
\new PipeBandDrumStaff {
|
||
|
\time 6/8
|
||
|
<<
|
||
|
{\formatA \formatB}
|
||
|
{\bassA \bassB}
|
||
|
>>
|
||
|
}
|
||
|
\header {
|
||
|
title = "Morag of Dunvegan"
|
||
|
meter = "Slow Air"
|
||
|
composer = ""
|
||
|
instrument = "Bass"
|
||
|
}
|
||
|
}
|