1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2024-09-29 06:24:40 +02:00
lilydrum/4-4_marches/were_no_awa_tae_bide_awa.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

29 lines
No EOL
897 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
\drummode {
\repeat volta 2 {
\partial 8 d16. g32 |
d32-> g d g-> d-> g d g d g d-> g d g d g d-> g d g d-> g d g d8-> d8:32( |
\tuplet 3/2 { g16) d g } \flam d16. g32 \tuplet 3/2 { d16 g d } \flam g16. g32 d16. g32 \tuplet 3/2 { d16 g d } \flam d8 r8 |
d32-> g d g-> d-> g d g d g d-> g d g d g d-> g d g d-> g d g d8-> d8:32( |
g4) d4:32( d4) r8 g8 |
\break
d2:32(\< d4)\! r8 g8 |
d8:32( g8) g8 d8:32( d8) r8 r8 g8 |
\flam d8 g16. d32-> g16. g32 \flam d16. g32 \flam d16. d32:128( d16) g16-> d16 g d \flam d |
d4 d4:32( d4) r8
}
}
}
\header {
title = "We're No' Awa Tae Bide Awa"
meter = "March"
}
}