pipeband-music/6-8_marches/kilaloe/tenor.ly

36 lines
557 B
Plaintext
Raw Normal View History

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
\global
\tenorglobal
<<
\new NullVoice = "format" {
2018-01-27 09:00:43 +01:00
\repeat volta 2 { \line \line }
\break
2018-01-27 09:00:43 +01:00
\repeat volta 2 { \line \line s2. }
}%Format
\new DrumVoice = "tenor" {
2019-04-02 17:37:50 +02:00
\tenorAA r4. |
\tenorAB r4. |
2019-04-02 17:37:50 +02:00
\tenorBA r4. |
\tenorBB r4. |
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
arranger = \arrangerTenor
}
}