pipeband-music/strathspeys/molly_connell/tenor.ly

23 lines
382 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 \line \bar "||" \break \line \bar "|." }
{\tenorA \tenorBA \tenorBB }
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}