pipeband-music/hornpipes/the_walrus/tenor.ly

35 lines
627 B
Plaintext
Raw Normal View History

2016-02-21 09:24:11 +01:00
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
2016-02-21 09:24:11 +01:00
\score {
\new PipeBandDrumStaff {
\global
2016-05-24 11:24:04 +02:00
\tenorglobal
2016-02-21 09:24:11 +01:00
<<
2016-05-24 11:24:04 +02:00
{
\repeat volta 2 { \part \line }
\break
\repeat volta 2 { \part \halfline}
\alternative{ {\halfline} {\halfline}}
\break
\repeat volta 2 { \part \halfline}
\alternative{ {\halfline} {\halfline}}
\break
\repeat volta 2 { \part \halfline}
\alternative{ {\halfline} {\halfline}}
}
2016-02-21 09:24:11 +01:00
{}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
2016-05-24 11:24:04 +02:00
}