pipeband-music/strathspeys/lady_mackenzie_of_fairburn/tenor.ly

19 lines
334 B
Plaintext
Executable File

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