mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 10:03:32 +01:00
39 lines
476 B
Text
39 lines
476 B
Text
\version "2.18.2"
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.tenor.ily"
|
|
|
|
\score {
|
|
\new PipeBandDrumStaff {
|
|
\global
|
|
\tenorglobal
|
|
<<
|
|
{
|
|
\repeat volta 2 {
|
|
\part \line
|
|
}
|
|
|
|
\break
|
|
\part \line
|
|
\bar "||" \break
|
|
\line \bar "|."
|
|
|
|
}%Format
|
|
{
|
|
r8 \tenorA s8
|
|
|
|
\tenorB
|
|
\tenorA s8
|
|
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentTenor
|
|
composer = \composerTenor
|
|
}
|
|
}
|