1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 20:54:40 +02:00
pipeband-music/airs/mull_of_kintyre/tenor.ly
Eric Teunis de Boone aef0f5b65a Removed a few double includes for "bagpipe.ly" and "lilydrum"
This needs to be done for every file

New Scores for Tenor mostly (not fully integrated yet)

Some bugfixes in layout
2016-12-21 01:41:50 +01:00

57 lines
858 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 volta 2 {
% Refrain
\repeat unfold 6 {
\measure
}
\bar "||"
\break
% Couplet
\repeat unfold 4 {
\measure
}
\break
\repeat unfold 4 {
\measure
}
\once \override Score.RehearsalMark #'break-visibility = #'#(#t #t #f)
\mark \markup { \small "D.C. al fine" }
\measure
\break
}
% Dunno
\repeat unfold 6 {
\measure
}
\bar "|."
}%Format
\new DrumVoice = "tenor" {
\tenorA
\tenorB
\tenorE
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}