1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

Moved out of pipebanddrumming repo. This is the repo for all my music..

This commit is contained in:
Eric Teunis de Boone 2016-02-20 16:51:07 +01:00
parent bcb750add2
commit dd127fb48b
277 changed files with 0 additions and 572 deletions

View file

@ -0,0 +1,39 @@
\version "2.18.2"
\include "config.ily"
\include "notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
{
\repeat volta 2 { \line }
\break
\repeat volta 2 { \halfline }
\alternative {
{\halfline}
{\halfline}
}
\bar "|."
%\line \bar "||" \break
%\line \bar "|."
}
{
\snareAA
\snareAB
\snareBA
\snareBB
\snareAB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}