mirror of
https://github.com/kastdeur/lilydrum.git
synced 2024-11-16 08:33:31 +01:00
19 lines
334 B
Text
19 lines
334 B
Text
|
\version "2.18.2"
|
||
|
|
||
|
\include "config.ily"
|
||
|
\include "notes.tenor.ily"
|
||
|
|
||
|
\score {
|
||
|
\new PipeBandDrumStaff {
|
||
|
\global
|
||
|
<<
|
||
|
{\repeat volta 2 { \line } \break \line \break \line \bar "|."}
|
||
|
{\tenorA \tenorBA \tenorBB}
|
||
|
>>
|
||
|
}
|
||
|
\header {
|
||
|
title = "Lady MacKenzie of Fairburn"
|
||
|
meter = "Strathspey"
|
||
|
instrument = "Tenor"
|
||
|
}
|
||
|
}
|