1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-27 20:24:42 +02:00
pipeband-music/reels/jock_wilsons_ball/side.ly
2016-07-15 00:30:51 +02:00

38 lines
467 B
Text

\version "2.18.2"
\include "config.ily"
\include "notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
{
\partial 16 s16
\halfline
\break
\halfline
\bar "|."
\break
\partial 16 s16
\halfline
\break
\halfline
\bar "|."
}%Format
{
\sideA s16
\sideB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}