1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2024-09-28 14:04:41 +02:00
lilydrum/airs/abide_with_me.side.ly
Eric Teunis de Boone 6d9bb716d9 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
2015-10-16 23:25:22 +02:00

32 lines
1,016 B
Text
Executable file

\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"
}
}