mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-13 23:13:31 +01:00
20 lines
325 B
Text
20 lines
325 B
Text
|
\version "2.18.2"
|
||
|
|
||
|
\include "morag_of_dunvegan.format.ly"
|
||
|
\include "morag_of_dunvegan.notes.side.ly"
|
||
|
|
||
|
\score {
|
||
|
\new PipeBandDrumStaff {
|
||
|
\time 6/8
|
||
|
<<
|
||
|
{\formatA \formatB}
|
||
|
{\snareA \snareB}
|
||
|
>>
|
||
|
}
|
||
|
\header {
|
||
|
title = "Morag of Dunvegan"
|
||
|
meter = "Slow Air"
|
||
|
composer = ""
|
||
|
instrument = "Side"
|
||
|
}
|
||
|
}
|