1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-17 13:29:22 +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

32
airs/abide_with_me.side.ly Executable file
View file

@ -0,0 +1,32 @@
\score {
\new DrumStaff = "staff_side" {
\set DrumStaff.drumStyleTable = #(alist->hash-table pipeband-style)
\set Staff.instrumentName = #"Side"
\set Staff.shortInstrumentName = #"S.D."
\time 4/4
\eighthBeaming
%\markup{ 1st time through rolls, n+1th time: n drums play score}
\drummode {
\repeat unfold 3{
\flam d8->) \! \triplet { d16 g d } g8 \flam d-> r8 \flam d r8 g |
\flam d8-> \triplet { d16 g d } g8 \flam d-> r8 \flam d r8 g |
\flam d8-> \triplet { d16 g d } \flam d8-> \triplet { d16 g d } \flam d8-> \triplet { d16 g d } \flam g8 \flam g-> |
d4:32( \< d4:32)( d4:32)( d4:32)( \! \> |
\break
}
\break
\flam d8->) \! \triplet { d16 g d } g8 \flam d-> r8 \flam d r8 \flam g |
\flam d8->\< \triplet { d16 g d } \flam d8-> \triplet { d16 g d } \flam d8-> \triplet { d16 g d } \flam g8[ \drag g]->\! |
d4:32( \> d4:32)( d4:32)( d4:32)( |
d4:32)( \< d4:32)( d4:32)( d4:32) \!
}
}
\header {
title = "Abide with Me"
meter = "Hymn"
}
}