1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-17 21:39:17 +02:00

New scores and versions

Added flourishing symbols, however not yet complete: want a function not markup
Further update of lilydrum
Started a cheatsheet
Removed fullscore attempts, will be retried later
This commit is contained in:
Eric Teunis de Boone 2015-10-16 23:25:22 +02:00
parent 460aceb885
commit 6d9bb716d9
25 changed files with 616 additions and 327 deletions

50
other/band_of_brothers.snare.ly Executable file
View file

@ -0,0 +1,50 @@
\version "2.18.2"
\include "lilydrum.ly"
\score {
\new DrumStaff = "staff_snare" {
\set DrumStaff.drumStyleTable = #(alist->hash-table pipeband-style)
\drummode {
\time 3/4
R1*4
\bar "||"
s16^ \markup "A"
R1*35
\bar "||"
\time 4/4
s16^ \markup "B"
sn4 \tuplet 3/2 {r8 sn8 sn8 } r4 |
\grace { sn16 sn16 sn16 sn16} \tuplet 3/2 { sn4 sn8 } \tuplet 3/2 { r8 sn8 sn8 } sn4 r4 |
\grace { sn16 sn16 sn16 sn16} \tuplet 3/2 { sn4 sn8 } \tuplet 3/2 { r8 sn8 sn8 } \tuplet 3/2 { sn4 sn8 } r4
\time 2/4
sn2:16(
\time 4/4
\tuplet 3/2 { sn4) sn8 } \tuplet 3/2 { r8 sn8 sn8 } \tuplet 3/2 { sn8 sn8 sn8} \tuplet 3/2 { sn8 sn8 sn8}
\bar "||"
s16^\markup "C"
\repeat volta 2 {
\grace sn8 sn4 \tuplet 3/2 { r8 sn8 sn8 } sn4 r4 |
\grace { sn16 sn16 sn16 sn16 }
}
}
}
}
\header {
title = "Band of Brothers"
subtitle = "for the Edinburgh Military Tattoo 2005"
arranger = "Michael Kamen, arr. Richard Barriball"
instrument = "Snare Drum"
meter = ""
}