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

Changed a lot of dr's and fr's to tutti {}'s + changed some unisons + added 2 hornpipe scores

This commit is contained in:
Eric Teunis de Boone 2017-05-29 17:11:04 +02:00
parent 30523d7b9a
commit f3d16b9b2e
41 changed files with 1431 additions and 390 deletions

View file

@ -0,0 +1,30 @@
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
{
\repeat volta 2 {\part \line \break }
\part \line \bar "||"
}
{
\snareA s8
\snareBAhigh
}
>>
}
\header {
title = #(string-append title " (high)" )
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}