mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-12 22:53:30 +01:00
19 lines
No EOL
257 B
Text
Executable file
19 lines
No EOL
257 B
Text
Executable file
\version "2.18.2"
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
\score {
|
|
\new PipeBandDrumStaff {
|
|
\time 5/4
|
|
\drummode {
|
|
\repeat volta 2 {
|
|
\repeat unfold 8 { d4-^ g d-> g d | }
|
|
}
|
|
}
|
|
}
|
|
\header {
|
|
title = "Cullen Bay"
|
|
meter = "March"
|
|
instrument = "Bass"
|
|
}
|
|
} |