1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 12:44:42 +02:00
pipeband-music/4-4_marches/cabar_feidh/tenor.ly
2020-09-23 23:24:07 +02:00

50 lines
720 B
Text

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
\global
\tenorglobal
<<
\new NullVoice = "format" {
\repeat unfold 2 {
\part
\halfline
\break
\halfline
\bar "||"
\break
}
\repeat unfold 2 {
\part
\halfline
\break
\halfline
\bar "||"
\break
}
\bar "|."
}%Format
\new DrumVoice = "tenor" {
\tenorA s8
\tenorB s8
\tenorC s8
\tenorD s8
}
>>
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
info = \info
instrument = \instrumentTenor
composer = \composerTenor
arranger = \arrangerTenor
}
}