mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
24 lines
407 B
Text
24 lines
407 B
Text
\version "2.18.2"
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.bass.hmpd.ily"
|
|
|
|
\score {
|
|
\new PipeBandDrumStaff {
|
|
\global
|
|
\repeat unfold 4 {
|
|
<<
|
|
{ \repeat volta 2 { \line } }
|
|
{ \bassA }
|
|
>> \break
|
|
}
|
|
}
|
|
\header {
|
|
title = \markup \column { \title \smaller "Holland Massed P&D" }
|
|
meter = \meter
|
|
instrument = \instrumentBass
|
|
composer = \composerBass
|
|
}
|
|
}
|