pipeband-music/airs/morag_of_dunvegan/tenor.ly

23 lines
359 B
Plaintext
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
2016-01-07 14:47:02 +01:00
\score {
\new PipeBandDrumStaff {
\global
<<
{\repeat volta 2 {\line}\break\repeat volta 2 {\line}\break}
2016-01-07 14:47:02 +01:00
{\tenorA \tenorB}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}