mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-10 05:43:30 +01:00
20 lines
319 B
Text
20 lines
319 B
Text
|
\version "2.18.2"
|
||
|
|
||
|
\include "config.ily"
|
||
|
\include "notes.tenor.ily"
|
||
|
|
||
|
\score {
|
||
|
\new PipeBandDrumStaff {
|
||
|
\global
|
||
|
<<
|
||
|
{ \repeat unfold 1 { \line \line \bar "|."} }
|
||
|
{ \tenorAA \tenorAB }
|
||
|
>>
|
||
|
}
|
||
|
\header {
|
||
|
title = \title
|
||
|
meter = \meter
|
||
|
instrument = \instrumentTenor
|
||
|
composer = \composerTenor
|
||
|
}
|
||
|
}
|