1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/4-4_marches/wings/side.ly
Eric Teunis de Boone fa459373ce error in unison for 24 endings (side)
Made Band of Brothers a bit nicer

rewrote Pibroch of Donald Dubh using repeats

Barring error in Wings
+ unfolded Side score
2018-01-30 16:25:43 +01:00

51 lines
922 B
Text

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
markTextEol = #(define-music-function (parser location text) (string?) #{
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
\mark \markup $text
#})
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
\new NullVoice = "format" {
\partial 8 s8
\repeat volta 2 {
\quartline
} \alternative {
\quartline
{ \quartline
\markTextEol "Fine"
}
}\bar "|."
\break
\partial 8 s8
\line
\markTextEol "D.C. al Fine"
\bar "||"
}%Format
\new DrumVoice = "side" {
\snareAA
\snareABA
\snareABB r8 s8
\snareBA
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}