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,52 @@
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
\new NullVoice = "format" {
\repeat volta 2 {
\partial 16*3 s16*3 |
\line
}
\break
\repeat volta 2 {
\partial 16 s16 |
\halfline
} \alternative {
\halfline
\halfline
}
\bar "||"
\break
\line
\bar "||"
\halfline
\bar "|."
}%Format
\new DrumVoice = "side" {
\sideglobal
\snareA
\snareBA
\snareBBA
\snareBBB
\snareC
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}