mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
1c05f8ba65
Highland Laddie Auld Lang Syne Green Glens of Antrim When the Pipers play Bells of Dunblane Rose of Kelvingrove Cullen Bay Standards
27 lines
416 B
Text
27 lines
416 B
Text
\version "2.18.2"
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.side.48th.ily"
|
|
|
|
\score {
|
|
\new PipeBandDrumStaff {
|
|
\global
|
|
\sideglobal
|
|
<<
|
|
{
|
|
\repeat volta 2 { \line } \break
|
|
}
|
|
{
|
|
\snareA
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \markup { \title "(Canadian Memorial Pipes and Drums)" }
|
|
meter = \meter
|
|
instrument = \instrumentSide
|
|
composer = \composerSide
|
|
}
|
|
}
|