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

Added a few 6/8s, and removed the original bww files

This commit is contained in:
Eric-Teunis de Boone 2016-07-15 00:38:42 +02:00
parent e3bceb965a
commit 9b7709bf0b
13 changed files with 87 additions and 647 deletions

View file

@ -6,6 +6,7 @@
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
{
\repeat volta 2 { \part \halfline \break \halfline }
@ -14,7 +15,7 @@
}
{
\snareA s8
\snareBA s8
\snareB s8
}
>>
}
@ -25,3 +26,24 @@
composer = \composerSide
}
}
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
\partial 8
\snareA
\snareA
\snareB
\snareB
}
\midi{
\confTempo
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}