pipeband-music/reels/jock_wilsons_ball/side.ly

39 lines
467 B
Plaintext
Raw Normal View History

2016-04-26 11:11:15 +02:00
\version "2.18.2"
\include "config.ily"
\include "notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
{
\partial 16 s16
\halfline
\break
\halfline
\bar "|."
2016-04-26 11:11:15 +02:00
\break
\partial 16 s16
\halfline
\break
\halfline
2016-04-26 11:11:15 +02:00
\bar "|."
}%Format
{
\sideA s16
2016-04-26 11:11:15 +02:00
\sideB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}