1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 20:54:40 +02:00
pipeband-music/reels/jock_wilsons_ball/side.ly

28 lines
411 B
Text
Raw Normal View History

2023-07-18 05:48:46 +02:00
\version "2.24.2"
2016-04-26 11:11:15 +02:00
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
2016-04-26 11:11:15 +02:00
\score {
\new PipeBandDrumStaff {
\global
2023-07-18 05:48:46 +02:00
\unfoldRepeats \new DrumVoice = "side" {
\sideglobal
\snareA
\break
2023-07-18 05:48:46 +02:00
\section
\snareB
\fine
2016-04-26 11:11:15 +02:00
}
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
2023-07-18 05:48:46 +02:00
arranger = \arrangerSide
2016-04-26 11:11:15 +02:00
}
}