1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

Added a score for the 48th Highrs of H

This commit is contained in:
Eric Teunis de Boone 2017-02-08 21:54:40 +01:00
parent 4be35e93e9
commit cb7653d925
2 changed files with 90 additions and 0 deletions

View file

@ -0,0 +1,30 @@
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.48th.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
{
\repeat unfold 2 {
\repeat volta 1 { \line } \break
}
}
{
\snareA
\snareB
}
>>
}
\header {
title = \markup \column { \title \normalsize "48th HIGHRS" }
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}