1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2024-09-28 14:04:41 +02:00
lilydrum/airs/morag_of_dunvegan/morag_of_dunvegan.side.ly
Eric Teunis de Boone 637d6fbdcc Instead of creating files per tune, folders can be used to create the full and separate scores
Though not yet sure whether to continue.
This one works
2015-11-06 15:15:26 +01:00

20 lines
No EOL
325 B
Text
Executable file

\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"
}
}